本文介绍了关闭缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我需要在ASP.NET页面中关闭缓存。我在页面加载事件中设置了以下代码 : Response.Cache.SetCacheability(HttpCacheability.No Cache) 尽管如此,有时会从缓存中检索页面。我需要设置其他 选项吗? TIA RohitI need to turn off caching in my ASP.NET page. I have set the following codein Page Load event:Response.Cache.SetCacheability(HttpCacheability.No Cache)Still, sometimes the page is retreived from cache. Are there any otheroptions I need to set?TIARohit推荐答案 这篇关于关闭缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-19 08:30