コード例 #1
0
 public override void RemoveOutputCacheItem(string path)
 {
     _httpResponseBase.RemoveOutputCacheItem(path);
 }
コード例 #2
0
 public override void RemoveOutputCacheItem(string path)
 {
     proxiedResponse.RemoveOutputCacheItem(path);
 }