K - cache key typeV - cache value typepublic final class ThreadLocalCache<K,V> extends Object
| Constructor and Description |
|---|
ThreadLocalCache(int maxSizePerThread,
Function<K,V> loader) |
Copyright © 2010–2020 Airlift. All rights reserved.