Class CoordinateCache<T>
java.lang.Object
com.hypixel.hytale.server.worldgen.cache.CoordinateCache<T>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SizedTimeoutCache<CoordinateCache.CoordinateKey, T> private final ObjectPool<CoordinateCache.CoordinateKey> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
vectorPool
-
-
Constructor Details
-
CoordinateCache
public CoordinateCache(int maxSize, long expireAfterSeconds)
-
-
Method Details
-
get
-
localKey
-
compute
-
onRemoval
-