public bool ContainsKey(TKey key)
 {
     return(_cache.ContainsKey(key));
 }