| Package | Description |
|---|---|
| com.centit.support.common |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncCachedObject<T> |
class |
CachedMap<K,T>
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
|
class |
CachedObject<T> |
class |
DerivativeCachedMap<K,D,T>
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCachedObject<T> |
CachedMap.getCachedObject(K key) |
| Constructor and Description |
|---|
CachedMap(Function<K,T> refresher,
AbstractCachedObject<?> parentCache) |
CachedMap(Function<K,T> refresher,
AbstractCachedObject<?> parentCache,
int initialCapacity) |
CachedObject(Supplier<T> refresher,
AbstractCachedObject<?> parentCache) |
CachedObject(Supplier<T> refresher,
AbstractCachedObject<?>[] parentCaches) |
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.