Search code examples
asp.netcachingappfabricapplication-pool

Appfabric caching and recycling of application pool


Where is the appfabric cache stored in memory?

We have a web site that uses appfabric cache.

Appfabric cache is set up with high availability, enterprise edition of windows 2008 and secondary cache.

If we recycle the application pool that the web site uses by editing the web.config on all servers will be loose the cache?


Solution

  • No. If you recycle the application pool, nothing happens to the appfabric cache.

    Remember that you need to deal with this fact in your application.