开发者

Where can I access there ASP.NET Application Cache from Global Application_Start?

开发者 https://www.devze.com 2022-12-11 09:48 出处:网络
Can I access the ASP.NET Cache object from Application_Start?I was previously using it in a page rende开发者_如何学Pythonr.I though it might be available as an object under the \'Server\' object but n

Can I access the ASP.NET Cache object from Application_Start? I was previously using it in a page rende开发者_如何学Pythonr. I though it might be available as an object under the 'Server' object but no luck.


Use HttpRuntime.Cache.

0

精彩评论

暂无评论...
验证码 换一张
取 消