clear method

Future<void> clear()

Clears all data from the cache

Implementation

Future<void> clear() async {
  await _cache.clear();
}