Creates a new instance of the cache entry and assigns its values.
a unique key to locate the value.
a value to be stored.
expiration timeout in milliseconds.
Gets the expiration timeout.
the expiration timeout in milliseconds.
Gets the key to locate the cached value.
the value key.
Gets the cached value.
the value object.
Checks if this value already expired.
true if the value already expires and false otherwise.
Sets a new value and extends its expiration.
a new cached value.
a expiration timeout in milliseconds.
Generated using TypeDoc
Data object to store cached values with their keys used by MemoryCache