I'm researching the use of out of process caching in my ASP.NET web application. I'm looking for functionality that allows me to rebuild the cache from scratch without having the end user wait for it to rebuild. My application can take up to 2 minutes to rebuild the cache.
I'm thinking something along the lines of copying the existing cached values to a new location while the new cache values are populated. The application would use these copied values until the new values are populated.
Does AppFabric/NCache etc provide that kind of functionality out of the box? I can't find anything online about it.
Thanks