Destroys the Cache object entirely, removing it from the $cacheFactory set.
Returns cached value for key or undefined for cache miss.
Returns cached value for key or undefined for cache miss.
the given key
cached value for key or undefined for cache miss.
Returns id, size, and options of cache.
Returns id, size, and options of cache.
an object with the following properties:
Puts a new key-value pair into the cache and returns it.
Removes an entry from the Cache object.
Removes an entry from the Cache object.
the given key
the value stored.
Clears the cache object of any entries.
Cache Object
https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache