Deletes a value from the cache
The key to delete the value for
True if the value was deleted, false otherwise
Get key expiration Date object or undefined if not found in cache
The key to get the expiration for
Date object or undefined if not found in cache
Checks if a key exists in the cache
The key to check for
True if the key exists in the cache, false otherwise
Synchronous cache interface
Since
v0.0.1
Example