Example #1
0
 /// <summary>
 /// Clears the entire logical cache (as identified by <see cref="ICacheClient.CacheID"/>.
 /// </summary>
 public void ClearCache()
 {
     _provider.ClearCache(_cacheId);
 }