Example #1
0
 public static void removeFromCache(String url) {
   if (webImageCache != null) {
     webImageCache.remove(url);
   }
 }