Checks whether the cache has any value under key.
key
bool containsKey(K key) => _cache.containsKey(key);