Class ExtendedCoordinateCache<K,T>
java.lang.Object
com.hypixel.hytale.server.worldgen.cache.ExtendedCoordinateCache<K,T>
- Direct Known Subclasses:
CaveGeneratorCache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SizedTimeoutCache<ExtendedCoordinateCache.ExtendedCoordinateKey<K>, T> private final ExtendedCoordinateCache.ExtendedCoordinateObjectFunction<K, T> private final ObjectPool<ExtendedCoordinateCache.ExtendedCoordinateKey<K>> -
Constructor Summary
ConstructorsConstructorDescriptionExtendedCoordinateCache(ExtendedCoordinateCache.ExtendedCoordinateObjectFunction<K, T> loader, ExtendedCoordinateCache.ExtendedCoordinateRemovalListener<T> removalListener, int maxSize, long expireAfterSeconds) -
Method Summary
-
Field Details
-
cache
-
loader
-
vectorPool
-
-
Constructor Details
-
ExtendedCoordinateCache
public ExtendedCoordinateCache(@Nonnull ExtendedCoordinateCache.ExtendedCoordinateObjectFunction<K, T> loader, @Nullable ExtendedCoordinateCache.ExtendedCoordinateRemovalListener<T> removalListener, int maxSize, long expireAfterSeconds)
-
-
Method Details
-
get
-
localKey
-