J
Jordan S.
Just wondering if data that is stored in the system Cache
(System.Web.Caching.Cache) can theoretically stay in the Cache until the
application is restarted. I understand that the system can purge the data in
the Cache at any time... but what is likely to happen on a system that is
not very busy and makes few demands on system resources. Can it be
considered as likely that the data stored in the Cache will be there for a
very long time (hours or all day)?
I'm just wondering more for informational purposes as opposed to solving any
particular problem.
Thanks.
(System.Web.Caching.Cache) can theoretically stay in the Cache until the
application is restarted. I understand that the system can purge the data in
the Cache at any time... but what is likely to happen on a system that is
not very busy and makes few demands on system resources. Can it be
considered as likely that the data stored in the Cache will be there for a
very long time (hours or all day)?
I'm just wondering more for informational purposes as opposed to solving any
particular problem.
Thanks.