Get the number of items currently in the cache
The number of items currently in the cache
Remove an item from the cache
Item's key
Access an item by its key. Each call to get() should be predated by a call to has(), to check if the item is in the cache.
Item's key
The item with the given key, or null if it was not found
Test if the cache contains an item with a given key
Item's key
True if the cache contains the item with the given key, False otherwise
Put an item into the cache
Item's key
Item
Generated using TypeDoc
A cache is a vue that materializes data for latter re-use
Thomas Minier