getStats method
获取统计信息
Implementation
@override
Future<CacheStats> getStats() async {
if (_database == null) await initialize();
return await _database!.getCacheStats();
}
获取统计信息
@override
Future<CacheStats> getStats() async {
if (_database == null) await initialize();
return await _database!.getCacheStats();
}