Exemple #1
0
 public void RemoveCache(string CacheKey)
 {
     CachingProvider.RemoveCache(CacheKey, null);
 }