the storage interface used to support caching
EITHER 1.) the amount of milliseconds after the cache is created till it is invalidated | leaving the default value (0) will result prevent any auto clearing of cache entries OR 2.) a function defining when the cache is no longer valid; a "false" return will invalidate the cache
Private
cacheEITHER 1.) the amount of milliseconds after the cache is created till it is invalidated | leaving the default value (0) will result prevent any auto clearing of cache entries OR 2.) a function defining when the cache is no longer valid; a "false" return will invalidate the cache
Private
serializerPrivate
storagethe storage interface used to support caching
Private
cacheGenerated using TypeDoc
An abstraction for prioritizing performance over data "freshness"