/** * Closes the cache and deletes all of its stored values. This will delete * all files in the cache directory including files that weren't created by * the cache. */ public void delete() throws IOException { close(); Util.deleteContents(directory); }
@Override public void close() { try { cache.close(); } catch (IOException e) { L.e(e); } cache = null; }
@Override public void close() { try { cache.close(); } catch (IOException e) { L.e(e); } cache = null; }
/** * 进行关闭缓存 */ @Override public void close() { try { cache.close(); } catch (IOException e) { L.e(e); } cache = null; }
/** * Closes the cache and deletes all of its stored values. This will delete * all files in the cache directory including files that weren't created by * the cache. */ public void delete() throws IOException { close(); Util.deleteContents(directory); }
@Override public void close() { try { cache.close(); } catch (IOException e) { L.e(e); } cache = null; }
/** * Closes the cache and deletes all of its stored values. This will delete * all files in the cache directory including files that weren't created by * the cache. */ public void delete() throws IOException { close(); Util.deleteContents(directory); }
/** * Closes the cache and deletes all of its stored values. This will delete * all files in the cache directory including files that weren't created by * the cache. */ public void delete() throws IOException { close(); Util.deleteContents(directory); }