clear abstract method
Clears all data from the cache.
Throws a CacheException if there is an error clearing the cache.
Implementation
Future<void> clear();
Clears all data from the cache.
Throws a CacheException if there is an error clearing the cache.
Future<void> clear();