Tuesday 15 July 2014

c# - Configuring MemoryCache to run in a separate memory than application pool -



c# - Configuring MemoryCache to run in a separate memory than application pool -

i thinking of using memorycache in application:

http://msdn.microsoft.com/en-us/library/system.runtime.caching.memorycache%28v=vs.110%29.aspx

how when tested this, functions more of less old cache in asp.net 2.0. expires when application pool resets.

is there way prevent there memorycache doesn't reset when application pool recycles? help appreciated.

c# asp.net caching memorycache

No comments:

Post a Comment