Class GuavaWeakCache.Provider<K,V>
- java.lang.Object
-
- io.opentelemetry.javaagent.tooling.GuavaWeakCache.Provider<K,V>
-
- All Implemented Interfaces:
io.opentelemetry.javaagent.bootstrap.WeakCache.Provider<K,V>
- Enclosing class:
- GuavaWeakCache<K,V>
@AutoService(io.opentelemetry.javaagent.bootstrap.WeakCache.Provider.class) public static final class GuavaWeakCache.Provider<K,V> extends java.lang.Object implements io.opentelemetry.javaagent.bootstrap.WeakCache.Provider<K,V>
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuavaWeakCache<K,V>newWeakCache()GuavaWeakCache<K,V>newWeakCache(long maxSize)
-
-
-
Method Detail
-
newWeakCache
public GuavaWeakCache<K,V> newWeakCache()
-
newWeakCache
public GuavaWeakCache<K,V> newWeakCache(long maxSize)
-
-