clearAll method

Future<bool> clearAll()

Implementation

Future<bool> clearAll() {
  return _getCacheFutureResult(_memoryCacheStore, _diskCacheStore,
      _memoryCacheStore?.clearAll(), _diskCacheStore?.clearAll());
}