随机快速提问.
System.Web.Cache类,存储的信息在什么级别?在每个会话级别或整个应用程序级别?
谢谢
解决方法
AFAIK在应用程序级别.
http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx
从页面:
One instance of this class is created per application domain,and it remains valid as long as the application domain remains active.