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