| 限定符和类型 | 方法和说明 |
|---|---|
static JbootCache |
Jboot.getCache()
获取 缓存
|
static JbootCache |
Jboot.getCache(String name)
获取指定的缓存
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JbootCacheBase |
| 限定符和类型 | 字段和说明 |
|---|---|
private static JbootCache |
ActionCache.actionCache |
private static JbootCache |
AopCache.aopCache |
| 限定符和类型 | 字段和说明 |
|---|---|
private Map<String,JbootCache> |
JbootCacheManager.cacheMap |
| 限定符和类型 | 方法和说明 |
|---|---|
private JbootCache |
JbootCacheManager.buildCache(JbootCacheConfig config) |
(专用程序包) static JbootCache |
ActionCache.getActionCache() |
(专用程序包) static JbootCache |
AopCache.getAopCache() |
JbootCache |
JbootCacheManager.getCache() |
JbootCache |
JbootCacheManager.getCache(String name) |
static JbootCache |
AopCache.setThreadCacheNamePrefix(String cacheNamePrefix) |
JbootCache |
JbootCache.setThreadCacheNamePrefix(String cacheNamePrefix) |
JbootCache |
JbootCacheBase.setThreadCacheNamePrefix(String cacheNamePrefix) |
static JbootCache |
ActionCache.setThreadCacheNamePrefix(String cacheNamePrefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ActionCache.setActionCache(JbootCache actionCache) |
static void |
AopCache.setAopCache(JbootCache aopCache) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CaffeineCacheImpl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JbootCaredisCacheImpl
基于 caffeine和redis做的二级缓存
优点是:减少高并发下redis的io瓶颈
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JbootEhcacheImpl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JbootEhredisCacheImpl
基于 ehcache和redis做的二级缓存
优点是:减少高并发下redis的io瓶颈
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
J2cacheImpl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NoneCacheImpl
noneCache 存在的目的:方便通过配置文件的方式关闭缓存功能
|
| 限定符和类型 | 方法和说明 |
|---|---|
JbootCache |
NoneCacheImpl.setThreadCacheNamePrefix(String cacheNamePrefix) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JbootRedisCacheImpl |
| 限定符和类型 | 字段和说明 |
|---|---|
private JbootCache |
JbootModelConfig.idCache |
| 限定符和类型 | 方法和说明 |
|---|---|
JbootCache |
JbootModelConfig.getIdCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JbootModelConfig.setIdCache(JbootCache idCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
static JbootCache |
CacheUtil.setThreadCacheNamePrefix(String cacheNamePrefix) |
static JbootCache |
CacheUtil.use(String name) |
| 限定符和类型 | 字段和说明 |
|---|---|
private static JbootCache |
JbootServletRequestWrapper.jbootCache |
Copyright © 2024. All rights reserved.