Check if this URL is cached
Future<bool> isCached() async { return await _cacheManager.contains(url); }