Determines if an item exists in the cache.
@override Future<bool> has(String key) async { return (await get(key)) != null; }