CacheEntry constructor Null safety
Creates a new instance of the cache entry and assigns its values.
key
a unique key to locate the value.value
a value to be stored.timeout
expiration timeout in milliseconds.
Creates a new instance of the cache entry and assigns its values.
key
a unique key to locate the value.value
a value to be stored.timeout
expiration timeout in milliseconds.