Discussing the latest new features added to CacheManager and a quick overview of the work in progress...
An interesting question came up on the CacheManager repository in issue 146. What do I do, if the Redis server dies and might be offline for a while? Can we just continue working with in-memory cache and wait for Redis to come back online? And if so, how would I do that with CacheManager....
This is about creating a single page web app using an ASP.NET Web API 2 Service which stores the data via Cache Manager....