Пример #1
0
  public void close() {
    lru.clear();
    maxmind.close();

    if (asnLookup != null) {
      asnLookup.close();
    }
  }
Пример #2
0
 public void dispose() {
   if (timer != null) {
     timer.cancel();
     timer = null;
   }
   synchronized (entries) {
     entries.clear();
   }
   LOG.info("disposed");
 }
Пример #3
0
 public static void clearExternalNodeFileCache() {
   externalNodeFileCache.clear();
 }