Check if URL is cached and valid
Future<bool> contains(String url) async { final content = await get(url); return content != null; }