Returns true if the value is in the cache.
true
bool containsKey(T value) => _cache.containsKey(value);