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