| 程序包 | 说明 |
|---|---|
| com.ace.cache.api | |
| com.ace.cache.api.impl | |
| com.ace.cache.service | |
| com.ace.cache.service.impl | |
| com.ace.cache.vo |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CacheBean> |
CacheAPI.getCacheBeanByPre(String pre)
通过前缀获取缓存信息
|
List<CacheBean> |
CacheAPI.listAll()
获取所有缓存对象信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CacheBean> |
CacheRedis.getCacheBeanByPre(String pre) |
List<CacheBean> |
CacheRedis.listAll() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ICacheManager.remove(List<CacheBean> caches) |
void |
ICacheManager.update(List<CacheBean> caches,
int hour) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CacheManagerImpl.remove(List<CacheBean> caches) |
void |
CacheManagerImpl.update(List<CacheBean> caches,
int hour) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheTree |
| 构造器和说明 |
|---|
CacheTree(CacheBean cache) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.