Hi,
I read the difference between the browser's HTTP cache and $cacheFactory.
The solution is to use angular-cache.
Does this mean this cache synchronized itself with the browser's HTTP cache. So a cookied sent by a HTTP server
can be used to expire or invalidate the logged-in user's credentials in this cache.
When the server expires the session due to inactivity I want angular-cache to know about it.
// This cache will sync itself with localStorage
storageMode: 'localStorage',
Thanks,
Mohan