getStats static method

Future<CacheStats> getStats()

获取统计信息

Implementation

static Future<CacheStats> getStats() async {
  return await _strategy!.getStats();
}