Posted on: 3/13/2014 1:56:17 PM | Views : 407

Hi,
I'm developing a server control, which initially fetches some data from a web service, which takes a long time to do. I've thus cached the data, implementing a cache as described here, which seems to work fine, however, the cache is cleared by what seems to be the app pool idle recycle. As the control is to be used on a number of different web servers, I will most likely not have access to disable the idle recycling on server level,.
As far as I've understood, it isn't possible to change the recycling settings on the control, is this correct? If so, are there any other ways of doing cache to circumvent this through other techniques or uses of frameworks and whatnot?

Go to the complete details ...