| 程序包 | 说明 |
|---|---|
| bee.cloud.cache | |
| bee.cloud.cache.redis | |
| bee.cloud.core | |
| bee.cloud.core.db | |
| bee.cloud.core.db.work |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NullCache
功能说明:
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
AuthCache.cache() |
static Cache |
CacheManage.getCache()
获取系统保留缓存(默认缓存)
|
Cache |
TBCache.getCache() |
static Cache |
CacheManage.getCache(java.lang.String group)
根据分组名称获取获取驱动
|
static Cache |
CacheManage.getPipCache(java.lang.String group)
获取管道缓存,管道缓存效率高,但需要手动刷新才能生效
|
static Cache |
CacheManage.getPubCache()
获取公共缓存
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterCache
功能说明:
|
class |
RedisCache
功能说明:
|
class |
SignleCache
功能说明:
|
class |
SuperCache
功能说明:
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Cache |
Bee.getCache(java.lang.String group) |
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
BusinessManage.getCache(java.lang.String group) |
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
BeeService.getCache(java.lang.String group)
获取缓存
|