Checks if a specific key exists in the cache.
Future<bool> has(String key) async { return _store.containsKey(key); }