Package org.apache.pulsar.client.util
Class ObjectCache<T>
- java.lang.Object
-
- org.apache.pulsar.client.util.ObjectCache<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
public class ObjectCache<T> extends java.lang.Object implements java.util.function.Supplier<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectCache(java.util.function.Supplier<T> supplier, long cacheDuration, java.util.concurrent.TimeUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()
-