Class CachedLazyObject<V>

java.lang.Object
com.soulfiremc.server.util.structs.CachedLazyObject<V>
All Implemented Interfaces:
Supplier<V>

public final class CachedLazyObject<V> extends Object implements Supplier<V>
  • Constructor Details

    • CachedLazyObject

      public CachedLazyObject(Supplier<V> supplier, long amount, TimeUnit unit)
  • Method Details

    • get

      public V get()
      Specified by:
      get in interface Supplier<V>