clear abstract method

Future<void> clear()

Wipes the entire cache.

  1. Deletes all cache files from the directory.
  2. Resets the internal memory counters and pointers.

Implementation

Future<void> clear();