clearAllCache method

Future<void> clearAllCache()

清空所有缓存

Implementation

Future<void> clearAllCache() async {
  await delete(cacheItems).go();
}