A cache layer for stratocacher backed by lru-cache.
-
max
The maximum number of items in the cache. Not setting this is kind of silly, since that's the whole purpose of this lib, but it defaults toInfinity
. -
copy
Always return a deep copy of values from the cache. Default istrue
. Set tofalse
to cache by reference (use care).