| 程序包 | 说明 |
|---|---|
| cloud.agileframework.cache.support |
描述:缓存配置包
创建时间:2018/11/28
|
| cloud.agileframework.cache.support.ehcache |
描述:ehcache缓存组件配置包
创建时间:2018/11/28
|
| cloud.agileframework.cache.support.memory | |
| cloud.agileframework.cache.support.redis |
描述:redis缓存组件配置包
创建时间:2018/11/28
|
| cloud.agileframework.cache.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAgileCache |
| 限定符和类型 | 方法和说明 |
|---|---|
AgileCache |
AgileCacheManagerInterface.cover(org.springframework.cache.Cache cache) |
AgileCache |
AgileCacheManagerInterface.getCache(String cacheName) |
AgileCache |
AgileCacheManager.getCache(String cacheName) |
AgileCache |
AgileCacheManagerInterface.getMissingCache(String cacheName) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AgileEhCache |
| 限定符和类型 | 方法和说明 |
|---|---|
AgileCache |
AgileEhCacheCacheManager.cover(org.springframework.cache.Cache cache) |
AgileCache |
AgileEhCacheCacheManager.getMissingCache(String cacheName) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryCache |
| 限定符和类型 | 方法和说明 |
|---|---|
AgileCache |
MemoryCacheManager.cover(org.springframework.cache.Cache cache) |
AgileCache |
MemoryCacheManager.getMissingCache(String cacheName) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AgileRedis |
| 限定符和类型 | 方法和说明 |
|---|---|
AgileCache |
AgileRedisCacheManager.cover(org.springframework.cache.Cache cache) |
AgileCache |
AgileRedisCacheManager.getMissingCache(String cacheName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AgileCache |
CacheUtil.getCache() |
static AgileCache |
CacheUtil.getCache(String cacheName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
CacheUtil.put(AgileCache cache,
Object key,
Object value,
int timeout)
已过时。
|
Copyright © 2020. All rights reserved.