| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.cache | |
| cn.crane4j.core.support |
| 类和说明 |
|---|
| AbstractCacheManager
Abstract cache manager.
|
| AbstractCacheManager.AbstractCacheObject
Abstract cache object.
|
| AbstractMapCacheManager
An implementation of the
CacheManager that
creates a cache instance what stores data in the Map. |
| AbstractMapCacheManager.MapCacheObject
An implementation of the
CacheObject that stores data in the Map. |
| CacheDefinition
Definition of cache.
|
CacheManager
CacheObject manager. |
| CacheObject
A cache object that provides basic cache operations.
|
| GuavaCacheManager.CacheFactory
A factory to create a cache instance.
|
| GuavaCacheManager.DefaultCacheFactory
A default
GuavaCacheManager.CacheFactory implementation,
if expire time greater than 0, use CacheBuilder.expireAfterWrite(long, TimeUnit),
if expire time less than 0, use CacheBuilder.weakKeys() and CacheBuilder.weakValues(). |
| GuavaCacheManager.GuavaCacheObject
A
CacheObject implementation that stores data in the Cache. |
| 类和说明 |
|---|
CacheManager
CacheObject manager. |
Copyright © 2024. All rights reserved.