public boolean inCache(String url) throws UnsupportedEncodingException {
   String urlBase64 = getBase64(url);
   return cacheManager.getFile(urlBase64).exists();
 }