Clear all cached items.
Getter of cached entries.
The key of the entry to retrieve
The corresponding entry to the provided key if it is still valid, returns undefined otherwise
Specifies whether an entry with a given key is defined in cache.
The entry's key
boolean A boolean value that indicates whether the entry exists in cache
Setter of entries in cache.
The entry's key
The entry to cache
The time expressed in UTC in which the given entry expires
Representation of a cache to transiently store objects locally for faster access.
T