Class TimeoutCache.CacheEntry<V>

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

private static class TimeoutCache.CacheEntry<V> extends Object
  • Field Details

    • value

      private final V value
    • timestamp

      private long timestamp
  • Constructor Details

    • CacheEntry

      public CacheEntry(V value)