Class UniquePrefabCache
java.lang.Object
com.hypixel.hytale.server.worldgen.cache.UniquePrefabCache
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SizedTimeoutCache<Integer, UniquePrefabContainer.UniquePrefabEntry[]> -
Constructor Summary
ConstructorsConstructorDescriptionUniquePrefabCache(UniquePrefabCache.UniquePrefabFunction function, int maxSize, long expireAfterSeconds) -
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
UniquePrefabCache
public UniquePrefabCache(@Nonnull UniquePrefabCache.UniquePrefabFunction function, int maxSize, long expireAfterSeconds)
-
-
Method Details
-
get
-