清理过期缓存
@override Future<int> cleanExpired() async { if (_database == null) await initialize(); return await _database!.cleanExpiredCache(); }