Example #1
0
 public void RemoveFromCache(string key)
 {
     cacheProvider.Invalidate(key);
 }