| 接口 | 说明 |
|---|---|
| Cache<K> |
Cache object, represents a cache container isolated by name in
CacheManager. |
| CacheManager |
Cache manager.
|
| 类 | 说明 |
|---|---|
| ConcurrentMapCacheManager |
Simple implementation of
CacheManager based on ConcurrentHashMap. |
| GuavaCacheManager |
Simple implementation of
CacheManager based on LoadingCache. |
Copyright © 2023. All rights reserved.