跳过导航链接
A C D E G I K L M N O P R S 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
 
AbstractSyncCache - cloud.agileframework.cache.sync中的类
 
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中的接口
 
AgileCacheProperties - cloud.agileframework.cache.properties中的类
 
AgileCacheProperties() - 类 的构造器cloud.agileframework.cache.properties.AgileCacheProperties
 
AgileEhCache - cloud.agileframework.cache.support.ehcache中的类
 
agileEhCacheCacheManager() - 类 中的方法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
 

C

cache - 类 中的变量cloud.agileframework.cache.support.AbstractAgileCache
 
CACHE_EXCEPTION - 类 中的静态变量cloud.agileframework.cache.support.ehcache.AgileEhCache
 
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() - 接口 中的方法cloud.agileframework.cache.support.AgileCache
清理
clear(String) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
clear(String) - 接口 中的方法cloud.agileframework.cache.sync.SyncCache
 
clear() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
清理
clone() - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
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
 
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
 
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.MyGenericFastJsonRedisSerializer
 
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) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
dispose() - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 

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
 
evict(Object) - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
evict(Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
删除
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
 

G

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, Class<T>) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
获取
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) - 类 中的方法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
 
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.support.AgileCache
获取缓存区域名
getName() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
获取缓存区域名
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.AbstractAgileCache
 
getNativeCache() - 接口 中的方法cloud.agileframework.cache.support.AgileCache
直接获取缓存客户端
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
getNativeCache() - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
getNativeCache() - 类 中的静态方法cloud.agileframework.cache.util.CacheUtil
直接获取缓存客户端
getPath() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 
getRegions() - 类 中的方法cloud.agileframework.cache.properties.EhCacheProperties
 

I

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

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
 
keys(String, String) - 类 中的静态方法cloud.agileframework.cache.sync.AbstractSyncCache
根据缓存key生成对应的缓存同步所需的key值集合

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
同进程下的同线程,不受锁限制
lockRead(Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 

M

message(String, int) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
method() - 接口 中的方法cloud.agileframework.cache.sync.MethodFunction
方法
MethodFunction - cloud.agileframework.cache.sync中的接口
 
MyDateCodec - cloud.agileframework.cache.support.redis中的类
 
MyDateCodec() - 类 的构造器cloud.agileframework.cache.support.redis.MyDateCodec
 
MyGenericFastJsonRedisSerializer - cloud.agileframework.cache.support.redis中的类
 
MyGenericFastJsonRedisSerializer() - 类 的构造器cloud.agileframework.cache.support.redis.MyGenericFastJsonRedisSerializer
 

N

NoCacheManager - cloud.agileframework.cache.support中的异常错误
 
NoCacheManager() - 异常错误 的构造器cloud.agileframework.cache.support.NoCacheManager
 
notifyElementEvicted(Ehcache, Element) - 类 中的方法cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
notifyElementExpired(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

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) - 接口 中的方法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.AgileCache
如果不存在就存,存在就不存
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
忽略集合处理直接存储
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
 
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中删除下标节点
removeFromList0(Object, Object) - 接口 中的方法cloud.agileframework.cache.support.AgileCache
从List中删除下标节点
removeFromList0(Object, Object) - 类 中的方法cloud.agileframework.cache.support.ehcache.AgileEhCache
 
removeFromList0(Object, Object) - 类 中的方法cloud.agileframework.cache.support.redis.AgileRedis
 
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

serialize(Object) - 类 中的方法cloud.agileframework.cache.support.redis.MyGenericFastJsonRedisSerializer
 
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
 
StorageAccessImpl - cloud.agileframework.cache.support.redis中的类
 
sync(String, String, Supplier<T>, OpType) - 类 中的方法cloud.agileframework.cache.sync.RedisSyncCache
 
sync(String, String, Supplier<T>, 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.support.ehcache中的类
 
SyncCacheEventListener() - 类 的构造器cloud.agileframework.cache.support.ehcache.SyncCacheEventListener
 
SyncKeys - cloud.agileframework.cache.sync中的类
 
SyncKeys() - 类 的构造器cloud.agileframework.cache.sync.SyncKeys
 

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 C D E G I K L M N O P R S U V 
跳过导航链接

Copyright © 2021. All rights reserved.