Esempio n. 1
0
  public void close() {
    lru.clear();
    maxmind.close();

    if (asnLookup != null) {
      asnLookup.close();
    }
  }
Esempio n. 2
0
 public void dispose() {
   if (timer != null) {
     timer.cancel();
     timer = null;
   }
   synchronized (entries) {
     entries.clear();
   }
   LOG.info("disposed");
 }
Esempio n. 3
0
 public static void clearExternalNodeFileCache() {
   externalNodeFileCache.clear();
 }