@override Future<bool> isExists(String key) async { final fileInfo = await _cacheManager.getFileFromCache(key); return fileInfo?.file != null; }