public void close() { lru.clear(); maxmind.close(); if (asnLookup != null) { asnLookup.close(); } }
public void dispose() { if (timer != null) { timer.cancel(); timer = null; } synchronized (entries) { entries.clear(); } LOG.info("disposed"); }
public static void clearExternalNodeFileCache() { externalNodeFileCache.clear(); }