Cache is an object, that can store data records for later use.
The type of the records stored in the cache.
Whether the cache is guaranteed to have values for all the keys.
Clears all the values from the cache.
Clears a value from the cache.
The type of the record key.
The record key.
Checks whether the cache has a value for the specified key.
Whether the cache has a value for the specified key.
Reads a value from the cache.
The record value or undefined if the record does not exist.
Saves a value to the cache.
The record value.
Generated using TypeDoc
Cache is an object, that can store data records for later use.