clear method

Future<void> clear()

Implementation

Future<void> clear() {
  _checkClose();
  return _cache.evictAll();
}