Removes the cache entry for the given key.
key
Delegates to the underlying platform-specific Cache implementation.
Future<void> delete(String key) => _cache.delete(key);