CachedSupplier

public class CachedSupplier

Class CachedSupplier. Provides cachedsupplier functionality for the Hytale server.

java.lang.Object > CachedSupplier

Field Summary

t

final T t

Field t.

Method Detail

CachedSupplier

public public CachedSupplier (final Supplier delegate)

Method CachedSupplier.

Parameters:
final Supplier delegate

get

public T get ()

Method get.

getValue

public T getValue ()

Method getValue.

invalidate

public void invalidate ()

Method invalidate.