public bool TryGetValue(TKey key, out TObject value)
 {
     return(_cache.TryGetValue(key, out value));
 }