@Override public void close() { try { myCache.clear(); myMap.close(); } catch (IOException e) { throw new RuntimeException(e); } }
public static void flushCache() { synchronized (myTimestampsCache) { myTimestampsCache.clear(); } }
public void clearFileCache() { myFilesCache.clear(); }