类 ObjectCache<T>

java.lang.Object
org.apache.pulsar.client.util.ObjectCache<T>
所有已实现的接口:
Supplier<T>

public class ObjectCache<T> extends Object implements Supplier<T>
  • 构造器详细资料

    • ObjectCache

      public ObjectCache(Supplier<T> supplier, long cacheDuration, TimeUnit unit)
  • 方法详细资料