Returns true when the key is existing otherwise false
@override bool exist(K k) { return _cache.containsKey(k); }