Beispiel #1
0
 /** <inheritDoc /> */
 public void ClearAll(IEnumerable <TK> keys)
 {
     _cache.ClearAllAsync(keys).WaitResult();
 }