Search code examples
angularjsbrowser-cachecachefactory

Where does the cacheFactory stores data? How can we see the cached data?


I was trying to look into the browsers resources through the developer option but could not find where the data was being cached. where(physical location) are the cache objects being created? please help.


Solution

  • The cache objects are stored in a hash in the $get function of the $cacheFactoryProvider.

    Here in the source code.