Application caching and reuse

Where is the application cache stored in memory?

We have a website that uses the appfabric cache.

The Appfabric cache is configured with high availability, an enterprise version of Windows 2008, and a secondary cache.

If we recycle the application pool that the website uses by editing the web.config file on all servers, will you lose the cache?

+3
source share
2 answers

No. If you recycle the application pool, nothing happens with the application cache.

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

+3
source

AppFabric Cache - - , AppFabric Cache . Powershell , / Windows Service Manager, , , .

+1

All Articles