Factory that constructs Cache objects and gives access to them.
Factory that constructs Cache objects and gives access to them.
Name or id of the newly created cache.
Options object that specifies the cache behavior. Properties:
capacity — turns the cache into LRU cache.
Get access to a cache object by the cacheId used when it was created.
Name or id of a cache to access.
Get information about all the caches that have been created.
key-value map of cacheId to the result of calling cache#info
Generated using TypeDoc
$cacheFactory - service in module ng
Factory that constructs Cache objects and gives access to them.
see https://docs.angularjs.org/api/ng/service/$cacheFactory