Invalidates the cache entry associated with the given key.
key
This method removes the entry from the cache.
Future<void> invalidate(String key) async { await delete(key); }