public static class AbstractMapCacheManager.ConcurrentHashMapCacheManager extends AbstractMapCacheManager
CacheManager that creates a cache instance what stores data in the ConcurrentHashMap.
The storage data will not be automatically cleared,
unless remove the cache instance by CacheManager.removeCache(String)
or call CacheObject.clear() method.AbstractMapCacheManager.ConcurrentHashMapCacheManager, AbstractMapCacheManager.MapCacheObject<K>, AbstractMapCacheManager.WeakConcurrentMapCacheManagerAbstractCacheManager.AbstractCacheObject<K>DEFAULT_GUAVA_CACHE_MANAGER_NAME, DEFAULT_MAP_CACHE_MANAGER_NAME| 构造器和说明 |
|---|
ConcurrentHashMapCacheManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <K> Map<K,Object> |
createMap()
Create a
Map instance. |
doCreateCache, newConcurrentHashMapCacheManager, newWeakConcurrentMapCacheManagerclearAll, createCache, getCache, invalidate, removeCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprotected <K> Map<K,Object> createMap()
AbstractMapCacheManagerMap instance.createMap 在类中 AbstractMapCacheManagerK - key typeCopyright © 2024. All rights reserved.