clear abstract method
Removes all entries from the cache.
After this operation, the cache will be empty.
Implementation
Future<void> clear();
Removes all entries from the cache.
After this operation, the cache will be empty.
Future<void> clear();