clear abstract method

Future<void> clear()

Removes all entries from the cache.

After this operation, the cache will be empty.

Implementation

Future<void> clear();