Cache implementation that uses a Map to store the data. The values are calculated automatically if not present in the cache.
Protected
Readonly
Private
Iterates over all the records in the cache.
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 implementation that uses a Map to store the data. The values are calculated automatically if not present in the cache.