Indicates whether an item with the provided key exists.
key
static bool exists(String key) => _cache.containsKey(key);