delete abstract method
Deletes the value associated with the given key
.
Throws a CacheException if there is an error deleting the data.
Implementation
Future<void> delete(String key);
Deletes the value associated with the given key
.
Throws a CacheException if there is an error deleting the data.
Future<void> delete(String key);