Class CleanupRunnable<K,V>

java.lang.Object
com.hypixel.hytale.server.worldgen.util.cache.CleanupRunnable<K,V>
All Implemented Interfaces:
Runnable

public class CleanupRunnable<K,V> extends Object implements Runnable
  • Field Details

    • LOGGER

      private static final com.hypixel.hytale.logger.HytaleLogger LOGGER
    • reference

      private final WeakReference<Cache<K,V>> reference
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable