Example #1
0
 public void ClearAllCache()
 {
     if (_enableCache == false)
     {
         _nullHttpCache.ClearAllCache();
     }
     else
     {
         _httpCache.ClearAllCache();
     }
 }