@Internal public abstract class ThreadLocalCache<K,V> extends Object
Note: Values must not be null.
| 限定符 | 构造器和说明 |
|---|---|
protected |
ThreadLocalCache() |
protected |
ThreadLocalCache(int maxSizePerThread) |
protected ThreadLocalCache()
protected ThreadLocalCache(int maxSizePerThread)
public static <K,V> ThreadLocalCache<K,V> of(java.util.function.Function<K,V> creator)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.