Modifier and Type | Method and Description |
---|---|
Cache |
AopCacheInterceptor.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
AopCacheInterceptor.setCache(Cache cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
AbstractAopCacheProcessor.getAopCache() |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.BiMap<String,Cache> |
AbstractCacheManager.cacheMap |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheManager.createCache(String region)
根据region创建相应的cache实例
before 2.2.4
每次都会创建新的实例
since 2.2.4
如果未创建,则创建实例,若已创建,则返回已创建的实例
|
Cache |
AbstractCacheManager.createCache(String region)
根据region创建相应的cache实例
before 2.2.4
每次都会创建新的实例
since 2.2.4
如果未创建,则创建实例,若已创建,则返回已创建的实例
|
protected abstract Cache |
AbstractCacheManager.newCache(String region) |
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.clearCache(Cache cache)
清除cache指定的缓存的内容
|
void |
AbstractCacheManager.clearCache(Cache cache) |
protected abstract void |
AbstractCacheManager.internalRemoveCache(Cache cache) |
void |
CacheManager.removeCache(Cache cache)
从缓存管理器中移除缓存
|
void |
AbstractCacheManager.removeCache(Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
EhCache
分组的支持
|
Modifier and Type | Method and Description |
---|---|
protected Cache |
EhCacheManager.newCache(String region) |
Modifier and Type | Method and Description |
---|---|
protected void |
EhCacheManager.internalRemoveCache(Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
JcsCache |
Modifier and Type | Method and Description |
---|---|
protected Cache |
JcsCacheManager.newCache(String region) |
Modifier and Type | Method and Description |
---|---|
protected void |
JcsCacheManager.internalRemoveCache(Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
RedisCache
基于redis的缓存实现方案
|
Modifier and Type | Method and Description |
---|---|
protected Cache |
RedisCacheManager.newCache(String region) |
Modifier and Type | Method and Description |
---|---|
protected void |
RedisCacheManager.internalRemoveCache(Cache cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
DictManager.getCache()
获得缓冲对象
|
Modifier and Type | Method and Description |
---|---|
void |
DictManager.setCache(Cache cache)
设置字典项保存的缓冲
|
Modifier and Type | Method and Description |
---|---|
Cache |
DictManagerImpl.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
DictManagerImpl.setCache(Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
MultiCache |
Constructor and Description |
---|
MultiCache(Cache cacheLevel1,
Cache cacheLevel2) |
Modifier and Type | Method and Description |
---|---|
void |
CacheStore.setCache(Cache cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheStoreImpl.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStoreImpl.setCache(Cache cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheSessionManager.getSessionCaches() |
Modifier and Type | Method and Description |
---|---|
void |
CacheSessionManager.setSessionCaches(Cache sessionCaches) |
Modifier and Type | Method and Description |
---|---|
Cache |
WeiXinSessionManagerDefault.getCache() |
Copyright © 2006–2018 TinyGroup. All rights reserved.