Example #1
0
 public IEnumerator <KeyValuePair <TKey, CacheEntry <TValue> > > GetEnumerator()
 {
     return(_kvStore.GetEnumerator());
 }