@override Future<int> getCacheSize({required String id}) async { return await _methodChannel.invokeMethod('getCacheSize', id); }