Class SizedTimeoutCache.CacheEntry<K,V>

java.lang.Object
com.hypixel.hytale.server.worldgen.util.cache.SizedTimeoutCache.CacheEntry<K,V>
Enclosing class:
SizedTimeoutCache<K,V>

private static class SizedTimeoutCache.CacheEntry<K,V> extends Object
  • Field Details

    • value

      @Nullable private V value
    • key

      @Nullable private K key
    • timestamp

      private long timestamp
  • Constructor Details

    • CacheEntry

      private CacheEntry()