An in-memory LRU implementation of an asynchronous cache.
Thomas Minier
Constructor
The maximum size of the cache
Maximum age in ms
Function that is used to calculate the length of stored items
Function that is called on items when they are dropped from the cache
Generated using TypeDoc
An in-memory LRU implementation of an asynchronous cache.
Thomas Minier