System.Web.Caching.Cache.NoSlidingExpiration in asp.net c#

你说的曾经没有我的故事 提交于 2020-02-04 05:37:11

问题


Please tell me about System.Web.Caching.Cache.NoSlidingExpiration in ASP.NET.


回答1:


There's information here from MSDN - NoSlidingExpiration Specifies that an item expires at a set time, regardless of how often it is accessed. For example, you can set an item to expire at 6:00 PM or after four hours.

If there was something else you wanted to ask about, please edit your question so we can help further.



来源:https://stackoverflow.com/questions/1819144/system-web-caching-cache-noslidingexpiration-in-asp-net-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!