◆ constructor()
LRUcache::constructor | ( | { size=100 } | ) |
inline
Constructor for LRUcache.
- Parameters
-
- {object} - options options for the lru cache
- {number} - options.size maximum entries in the cache
\r\n
An instance of DataKeyed cache using a least recently used (LRU) method.
constructor ({ size=100 }) | |
get (cacheKey) |
LRUcache::constructor | ( | { size=100 } | ) |
Constructor for LRUcache.