跳过导航链接
A B C D E G H I J K L M N O P R S T U V 

A

AbstractAgileCache - cloud.agileframework.cache.support中的类
 
AbstractAgileCache(Cache) - 类 的构造器cloud.agileframework.cache.support.AbstractAgileCache
 
AbstractAgileCacheManager - cloud.agileframework.cache.support中的类
 
AbstractAgileCacheManager() - 类 的构造器cloud.agileframework.cache.support.AbstractAgileCacheManager
 
addToList(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
向List中添加节点
addToList(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
addToList(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
addToList(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
向List中添加节点
addToMap(Object, Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
向Map中添加数据
addToMap(Object, Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
addToMap(Object, Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
addToMap(Object, Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
向Map中添加数据
addToSet(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
向set中添加节点
addToSet(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
addToSet(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
addToSet(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
向set中添加节点
afterPropertiesSet() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
AgileCache - cloud.agileframework.cache.support中的接口
 
AgileCacheManagerInterface - cloud.agileframework.cache.support中的接口
 
AgileEhCache - cloud.agileframework.cache.support.ehcache中的类
 
agileEhCacheCacheManager(CacheManager) - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
 
AgileEhCacheCacheManager - cloud.agileframework.cache.support.ehcache中的类
 
AgileEhCacheCacheManager(CacheManager) - 类 的构造器cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
AgileRedis - cloud.agileframework.cache.support.redis中的类
 
agileRedisCacheManager(RedisCacheManager, RedisConnectionFactory) - 类 中的方法cloud.agileframework.cache.config.RedisAutoConfiguration
 
AgileRedisCacheManager - cloud.agileframework.cache.support.redis中的类
 
AgileRedisCacheManager(RedisCacheManager, RedisConnectionFactory) - 类 的构造器cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
AsyncManager - cloud.agileframework.cache.sync中的类
异步任务管理器

B

BeanUtil - cloud.agileframework.cache.util中的类
 
BeanUtil() - 类 的构造器cloud.agileframework.cache.util.BeanUtil
 

C

cache - 类 中的变量cloud.agileframework.cache.support.AbstractAgileCache
 
CACHE_EXCEPTION - 类 中的静态变量cloud.agileframework.cache.support.AbstractAgileCache
 
CacheAutoConfiguration - cloud.agileframework.cache.config中的接口
 
CacheSyncException - cloud.agileframework.cache.sync中的异常错误
 
CacheSyncException(String) - 异常错误 的构造器cloud.agileframework.cache.sync.CacheSyncException
 
CacheSyncException(Throwable) - 异常错误 的构造器cloud.agileframework.cache.sync.CacheSyncException
 
CacheUtil - cloud.agileframework.cache.util中的类
 
CacheUtil() - 类 的构造器cloud.agileframework.cache.util.CacheUtil
 
cast(DefaultJSONParser, Type, Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.MyDateCodec
 
clear() - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
clear(String) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
clear(String) - 接口 中的方法cloud.agileframework.cache.sync.SyncCache
 
clear() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
清理
cloud.agileframework.cache.config - 程序包 cloud.agileframework.cache.config
 
cloud.agileframework.cache.properties - 程序包 cloud.agileframework.cache.properties
 
cloud.agileframework.cache.support - 程序包 cloud.agileframework.cache.support
描述:缓存配置包 创建时间:2018/11/28
cloud.agileframework.cache.support.ehcache - 程序包 cloud.agileframework.cache.support.ehcache
描述:ehcache缓存组件配置包 创建时间:2018/11/28
cloud.agileframework.cache.support.redis - 程序包 cloud.agileframework.cache.support.redis
描述:redis缓存组件配置包 创建时间:2018/11/28
cloud.agileframework.cache.sync - 程序包 cloud.agileframework.cache.sync
 
cloud.agileframework.cache.util - 程序包 cloud.agileframework.cache.util
 
configuration() - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
 
connectKey(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
判断某个元素是否已经存在
connectKey(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
connectKey(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
connectKeyFromSet(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
set中判断是否已经存在节点
containKey(Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
判断
containKey(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
containKey(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
containKey(Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
判断
containLock(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
判断是否已经锁定
contains(Object) - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
contextPrepared(ConfigurableApplicationContext) - 类 中的方法cloud.agileframework.cache.config.SpringBootApplicationRunListener
 
COULD_NOT_DESERIALIZE - 类 中的静态变量cloud.agileframework.cache.support.redis.GenericFstRedisSerializer
 
COULD_NOT_SERIALIZE - 类 中的静态变量cloud.agileframework.cache.support.redis.GenericFstRedisSerializer
 
cover(Cache) - 接口 中的方法cloud.agileframework.cache.support.AgileCacheManagerInterface
包装、转换,把spring-cache转换为AgileCache
cover(Cache) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
cover(Cache) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
createCache(String) - 类 中的方法cloud.agileframework.cache.support.ehcache.EhCacheRegionFactory
 
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - 类 中的方法cloud.agileframework.cache.support.redis.RedisRegionFactory
 
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - 类 中的方法cloud.agileframework.cache.support.redis.RedisRegionFactory
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - 类 中的方法cloud.agileframework.cache.support.redis.RedisRegionFactory
 

D

deserialize(byte[]) - 类 中的方法cloud.agileframework.cache.support.redis.GenericFstRedisSerializer
 
deserialize(byte[]) - 接口 中的方法cloud.agileframework.cache.support.redis.SecondCacheSerializerProvider
反序列化
deserializeCacheKey(byte[]) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
deserializeCacheValue(byte[]) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
directEvict(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
directPut(Object, Object, Duration) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
directPut(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 

E

EhCacheAutoConfiguration - cloud.agileframework.cache.config中的类
 
EhCacheAutoConfiguration() - 类 的构造器cloud.agileframework.cache.config.EhCacheAutoConfiguration
 
ehCacheCacheManager() - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
 
EhCacheProperties - cloud.agileframework.cache.properties中的类
 
EhCacheProperties() - 类 的构造器cloud.agileframework.cache.properties.EhCacheProperties
 
EhCacheRegionFactory - cloud.agileframework.cache.support.ehcache中的类
 
EhCacheRegionFactory() - 类 的构造器cloud.agileframework.cache.support.ehcache.EhCacheRegionFactory
 
equals(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.TransmitKey
 
evict(Object) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
evict(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
evict(Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
删除
evictData() - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
evictData(Object) - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
evictIfPresent(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
execute(Runnable) - 类 中的静态方法cloud.agileframework.cache.sync.AsyncManager
执行任务

G

GenericFstRedisSerializer - cloud.agileframework.cache.support.redis中的类
 
GenericFstRedisSerializer() - 类 的构造器cloud.agileframework.cache.support.redis.GenericFstRedisSerializer
 
get(Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
get(Object) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
get(Object, Callable<T>) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
get(Object, TypeReference<T>) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
获取
get(Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
get(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
get(Object, Callable<T>) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
get(Object, TypeReference<T>) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
get(Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
get(Object, TypeReference<T>) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
get(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
get(Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
直接取值
get(Object, Class<T>) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
获取
get(Object, TypeReference<T>) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
 
getAgileCacheManager() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
 
getApplicationContext() - 类 中的静态方法cloud.agileframework.cache.util.BeanUtil
 
getCache(String) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCacheManager
 
getCache(String) - 接口 中的方法cloud.agileframework.cache.support.AgileCacheManagerInterface
根据名字获取缓存
getCache(String) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
getCache(String) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
getCache() - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
getCache() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
 
getCache(String) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
 
getCacheManager() - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
getCacheManager() - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
getDefaultConfigName() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
getFromCache(Object, SharedSessionContractImplementor) - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
getFromList(Object, int) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
从List中获取下标为inde下的节点数据
getFromList(Object, int, Class<T>) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
从List中获取下标为inde下的节点数据
getFromList(Object, int) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getFromList(Object, int, Class<T>) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getFromList(Object, int) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getFromList(Object, int, Class<T>) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getFromList(Object, int) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
从List中获取下标为index下的节点数据
getFromList(Object, int, Class<T>) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
从List中获取下标为index下的节点数据
getFromMap(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
查询Map中索引key对应的value数据
getFromMap(Object, Object, Class<T>) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
查询Map中索引key对应的value数据
getFromMap(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getFromMap(Object, Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getFromMap(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getFromMap(Object, Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getFromMap(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
查询Map中索引key对应的value数据
getFromMap(Object, Object, Class<T>) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
查询Map中索引key对应的value数据
getLock(Object, Class<T>) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getMissingCache(String) - 接口 中的方法cloud.agileframework.cache.support.AgileCacheManagerInterface
获取不存在的缓存
getMissingCache(String) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
getMissingCache(String) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
getName() - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
getName() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
获取缓存区域名
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getNativeCache() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
直接获取缓存客户端
getOrder() - 类 中的方法cloud.agileframework.cache.config.SpringBootApplicationRunListener
 
getPath() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
getRegions() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
getSyncCache() - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
getTimeout(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
获取key的过期时间

H

hashCode() - 类 中的方法cloud.agileframework.cache.support.ehcache.TransmitKey
 

I

instance - 类 中的静态变量cloud.agileframework.cache.support.redis.MyDateCodec
 
isEnabled() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
isSync() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 

J

Jackson2ModuleProvider - cloud.agileframework.cache.support.redis中的接口
 

K

keys(Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
模糊匹配key
keys(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
keys(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 

L

lock(Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
分布式同步锁
lock(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
lock(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
lock(Object, Object, Duration) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
lock(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
lock(Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
分布式同步锁
LOCK_CACHE_KEY - 类 中的静态变量cloud.agileframework.cache.sync.RedisSyncCache
 
lockOnThreadLocal(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
同进程下的同线程,不重复加锁
lockOnThreadLocal(Object, Duration) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
同进程下的同线程,更改过期时间

M

message(String, int) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
method() - 接口 中的方法cloud.agileframework.cache.sync.MethodFunction
方法
MethodFunction - cloud.agileframework.cache.sync中的接口
 
module() - 接口 中的方法cloud.agileframework.cache.support.redis.Jackson2ModuleProvider
注入一个
modules() - 接口 中的方法cloud.agileframework.cache.support.redis.Jackson2ModuleProvider
注入多个模块
MyDateCodec - cloud.agileframework.cache.support.redis中的类
 
MyDateCodec() - 类 的构造器cloud.agileframework.cache.support.redis.MyDateCodec
 

N

NoCacheManager - cloud.agileframework.cache.support中的异常错误
 
NoCacheManager() - 异常错误 的构造器cloud.agileframework.cache.support.NoCacheManager
 
notifyElementEvicted(Ehcache, Element) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
notifyElementPut(Ehcache, Element) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
notifyElementRemoved(Ehcache, Element) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
notifyElementUpdated(Ehcache, Element) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
notifyRemoveAll(Ehcache) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 

O

of(Object) - 类 中的静态方法cloud.agileframework.cache.support.ehcache.TransmitKey
 
of(Object, boolean) - 类 中的静态方法cloud.agileframework.cache.support.ehcache.TransmitKey
 
of(String, Object) - 类 中的静态方法cloud.agileframework.cache.sync.SyncKeys
根据缓存key生成对应的缓存同步所需的key值集合
of(String, Object, Duration) - 类 中的静态方法cloud.agileframework.cache.sync.SyncKeys
 
of(String) - 类 中的静态方法cloud.agileframework.cache.sync.SyncKeys
根据信道生成对应的缓存同步所需的key值集合
onMessage(Message, byte[]) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
订阅
OptimisticLockCheckError - cloud.agileframework.cache.sync中的异常错误
 
OptimisticLockCheckError() - 异常错误 的构造器cloud.agileframework.cache.sync.OptimisticLockCheckError
 
OptimisticLockCheckError(String) - 异常错误 的构造器cloud.agileframework.cache.sync.OptimisticLockCheckError
 
OptimisticLockCheckError(String, Throwable) - 异常错误 的构造器cloud.agileframework.cache.sync.OptimisticLockCheckError
 
OptimisticLockCheckError(Throwable) - 异常错误 的构造器cloud.agileframework.cache.sync.OptimisticLockCheckError
 
OptimisticLockCheckError(String, Throwable, boolean, boolean) - 异常错误 的构造器cloud.agileframework.cache.sync.OptimisticLockCheckError
 
OpType - cloud.agileframework.cache.sync中的枚举
 

P

prepareForUse(SessionFactoryOptions, Map) - 类 中的方法cloud.agileframework.cache.support.redis.RedisRegionFactory
 
put(Object, Object) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
put(Object, Object, Duration) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
过期存储
put(Object, Object, Duration) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
put(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
put(Object, Object, Duration) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
put(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
put(Object, Object, int) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
 
put(Object, Object, Duration) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
过期存储
put(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
存储
putIfAbsent(Object, Object) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
putIfAbsent(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
putIfAbsent(String, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
如果不存在就存,存在就不存
putIgnoreAggregate(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
忽略集合处理直接存储
putIgnoreAggregate(Object, Object, Duration) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
忽略集合处理直接存储
putIntoCache(Object, Object, SharedSessionContractImplementor) - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 

R

RedisAutoConfiguration - cloud.agileframework.cache.config中的类
 
RedisAutoConfiguration() - 类 的构造器cloud.agileframework.cache.config.RedisAutoConfiguration
 
redisCacheManager(RedisConnectionFactory) - 类 中的方法cloud.agileframework.cache.config.RedisAutoConfiguration
 
RedisRegionFactory - cloud.agileframework.cache.support.redis中的类
 
RedisRegionFactory() - 类 的构造器cloud.agileframework.cache.support.redis.RedisRegionFactory
 
RedisSyncCache - cloud.agileframework.cache.sync中的类
 
RedisSyncCache() - 类 的构造器cloud.agileframework.cache.sync.RedisSyncCache
 
release() - 类 中的方法cloud.agileframework.cache.support.redis.StorageAccessImpl
 
releaseFromUse() - 类 中的方法cloud.agileframework.cache.support.redis.RedisRegionFactory
 
remove(SyncKeys) - 类 中的静态方法cloud.agileframework.cache.sync.SyncKeys
 
removeFromList(Object, int) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
从List中删除下标节点
removeFromList(Object, int) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
removeFromList(Object, int) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
removeFromList(Object, int) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
从List中删除下标节点
removeFromMap(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
从Map中删除索引key
removeFromMap(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
removeFromMap(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
removeFromMap(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
从Map中删除索引key
removeFromSet(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
set中删除节点
removeFromSet(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
removeFromSet(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
removeFromSet(Object, Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
set中删除节点
resolveCacheManager(SessionFactoryOptions, Map) - 类 中的方法cloud.agileframework.cache.support.ehcache.EhCacheRegionFactory
 

S

secondCacheSerializerProvider(ObjectProvider<Jackson2ModuleProvider>) - 类 中的方法cloud.agileframework.cache.config.RedisAutoConfiguration
注入序列化工具
SecondCacheSerializerProvider - cloud.agileframework.cache.support.redis中的接口
 
serialize(Object) - 类 中的方法cloud.agileframework.cache.support.redis.GenericFstRedisSerializer
 
serialize(Object) - 接口 中的方法cloud.agileframework.cache.support.redis.SecondCacheSerializerProvider
序列化
setApplicationContext(ApplicationContext) - 类 中的静态方法cloud.agileframework.cache.util.BeanUtil
 
setCacheManager(CacheManager) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
setCacheManager(RedisCacheManager) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedisCacheManager
 
setDefaultConfigName(String) - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
setEnabled(boolean) - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
setPath(String) - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
setRegions(Map<String, CacheConfiguration>) - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
setSync(boolean) - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
setSyncCacheEventListener(CacheEventListener) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCacheCacheManager
 
SpringBootApplicationRunListener - cloud.agileframework.cache.config中的类
 
SpringBootApplicationRunListener(SpringApplication, String[]) - 类 的构造器cloud.agileframework.cache.config.SpringBootApplicationRunListener
 
StorageAccessImpl - cloud.agileframework.cache.support.redis中的类
 
sync(SyncKeys, Supplier<T>, OpType) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
sync(SyncKeys, OpType) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
sync(SyncKeys, Supplier<T>, OpType) - 接口 中的方法cloud.agileframework.cache.sync.SyncCache
二级缓存同步执行
sync(SyncKeys, OpType) - 接口 中的方法cloud.agileframework.cache.sync.SyncCache
 
syncCache() - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
如果redis激活,则增加二级缓存
SyncCache - cloud.agileframework.cache.sync中的接口
 
syncCacheDefault() - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
 
syncCacheEventListener() - 类 中的方法cloud.agileframework.cache.config.EhCacheAutoConfiguration
事件监听器
SyncCacheEventListener - cloud.agileframework.cache.support.ehcache中的类
 
SyncCacheEventListener() - 类 的构造器cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
SyncKeys - cloud.agileframework.cache.sync中的类
 

T

TransmitKey - cloud.agileframework.cache.support.ehcache中的类
 
TransmitKey() - 类 的构造器cloud.agileframework.cache.support.ehcache.TransmitKey
 

U

unlock(Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
解锁
unlock(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
unlock(Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
unlock(Object) - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
解锁

V

valueOf(String) - 枚举 中的静态方法cloud.agileframework.cache.sync.OpType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cloud.agileframework.cache.sync.OpType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E G H I J K L M N O P R S T U V 
跳过导航链接

Copyright © 2022. All rights reserved.