有没有办法清除或重置整个网站的
输出缓存没有重新启动?
我刚刚开始在网站上使用outputcache,当我设置错误时,我需要一个页面,我可以浏览,将重置它.
这应该是诀窍:
Private Sub Button1_Click(ByVal sender As Object,ByVal e As System.EventArgs)
Dim path As String
path="/AbosoluteVirtualPath/OutputCached.aspx"
HttpResponse.RemoveOutputCacheItem(path)
End Sub
原文链接:https://www.f2er.com/aspnet/246692.html