| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMapCacheManager
An implementation of the
CacheManager that
creates a cache instance what stores data in the Map. |
static class |
AbstractMapCacheManager.ConcurrentHashMapCacheManager
A
CacheManager that creates a cache instance what stores data in the ConcurrentHashMap. |
static class |
AbstractMapCacheManager.WeakConcurrentMapCacheManager
A
CacheManager that creates a cache instance what stores data in the CollectionUtils.newWeakConcurrentMap(). |
class |
GuavaCacheManager
An implementation of the
CacheManager that
creates a cache instance what stores data in the Cache. |
Copyright © 2024. All rights reserved.