Beispiel #1
0
 /// <summary>
 /// Clears all entries from the cache.
 /// </summary>
 public void Clear()
 {
     ((ICollection <KeyValuePair <Tuple <object, bool>, object> >)_Level2Cache).Clear();
     _Level1Cache.Clear();
 }