clear static method

Future<void> clear()

清空所有缓存

Implementation

static Future<void> clear() async {
  await _strategy!.clear();
  _autoCleanTimer?.cancel();
}