예제 #1
0
 public static void shutDown() {
   if (mCache != null) {
     HttpCache.close(mCache);
   }
 }