예제 #1
0
 private static void uninstallCache() {
   if (mCache != null) {
     HttpCache.delete(mCache);
   }
 }