Class Cache<T>

java.lang.Object
ru.cwcode.cwutils.cache.Cache<T>

public class Cache<T> extends Object
  • Constructor Details

  • Method Details

    • of

      public static <T> Cache<T> of(Supplier<T> supplier, Duration timeToUpdate)
    • update

      public void update()
    • get

      public T get()