Skip navigation links
A B C D E F G H I J K M N O P R S T V W Z 

A

AbstractProvider - Class in org.aoju.bus.cache.provider
 
AbstractProvider(String, Map<String, Object>) - Constructor for class org.aoju.bus.cache.provider.AbstractProvider
 
AbstractProvider.DataDO - Class in org.aoju.bus.cache.provider
 
AbstractReader - Class in org.aoju.bus.cache.reader
 
AbstractReader() - Constructor for class org.aoju.bus.cache.reader.AbstractReader
 
AbstractReader.ThrowableSupplier<T> - Interface in org.aoju.bus.cache.reader
 
AbstractSerializer - Class in org.aoju.bus.cache.support.serialize
 
AbstractSerializer() - Constructor for class org.aoju.bus.cache.support.serialize.AbstractSerializer
 
Addables - Class in org.aoju.bus.cache.support
 
Addables() - Constructor for class org.aoju.bus.cache.support.Addables
 
Addables.Addable<T> - Interface in org.aoju.bus.cache.support
 
addAll(List<Object>) - Method in interface org.aoju.bus.cache.support.Addables.Addable
 
ArgNameGenerator - Class in org.aoju.bus.cache.support
 
ArgNameGenerator() - Constructor for class org.aoju.bus.cache.support.ArgNameGenerator
 
AspectInvocation - Class in org.aoju.bus.cache.proxy
 
AspectInvocation(Object, Invocation) - Constructor for class org.aoju.bus.cache.proxy.AspectInvocation
 
Aspectj - Class in org.aoju.bus.cache
 
Aspectj(Map<String, Cache>) - Constructor for class org.aoju.bus.cache.Aspectj
 
Aspectj(Context) - Constructor for class org.aoju.bus.cache.Aspectj
 
AspectJoinPoint - Class in org.aoju.bus.cache.proxy
 
AspectJoinPoint(ProceedingJoinPoint) - Constructor for class org.aoju.bus.cache.proxy.AspectJoinPoint
 

B

BaseSerializer - Interface in org.aoju.bus.cache.support.serialize
 
build() - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 

C

Cache - Interface in org.aoju.bus.cache.support.cache
缓存接口
Cached - Annotation Type in org.aoju.bus.cache.annotation
 
CachedGet - Annotation Type in org.aoju.bus.cache.annotation
 
CacheExpire - Interface in org.aoju.bus.cache.entity
 
CacheHolder - Class in org.aoju.bus.cache.entity
 
CacheHolder.Builder - Class in org.aoju.bus.cache.entity
 
CacheInfoContainer - Class in org.aoju.bus.cache.support
定位: 将@Cached、@Invalid、@CachedGet、(@CachedPut未来)以及将@CacheKey整体融合到一起
CacheInfoContainer() - Constructor for class org.aoju.bus.cache.support.CacheInfoContainer
 
CacheKey - Annotation Type in org.aoju.bus.cache.annotation
 
CacheKeys - Class in org.aoju.bus.cache.entity
 
CacheKeys() - Constructor for class org.aoju.bus.cache.entity.CacheKeys
 
CacheKeys(Map<String, Object>, Set<String>) - Constructor for class org.aoju.bus.cache.entity.CacheKeys
 
CacheMethod - Class in org.aoju.bus.cache.entity
 
CacheMethod(boolean) - Constructor for class org.aoju.bus.cache.entity.CacheMethod
 
CachePair<L,R> - Class in org.aoju.bus.cache.entity
 
calcSpelValueWithContext(String, String[], Object[], Object) - Static method in class org.aoju.bus.cache.support.SpelCalculator
 
calcSpelWithNoContext(String, Object) - Static method in class org.aoju.bus.cache.support.SpelCalculator
 
clear() - Method in interface org.aoju.bus.cache.support.cache.Cache
清空缓存信息
clear() - Method in class org.aoju.bus.cache.support.cache.EhCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
clear() - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
collectionToKeyValue(Collection, String, Set<String>, Map<Object, String>, Context.Switch) - Static method in class org.aoju.bus.cache.support.KeyValueUtils
 
Complex - Class in org.aoju.bus.cache
 
Complex() - Constructor for class org.aoju.bus.cache.Complex
 
configure() - Method in class org.aoju.bus.cache.Module
所有bean的装配工作都放到这儿
Context - Class in org.aoju.bus.cache
 
Context() - Constructor for class org.aoju.bus.cache.Context
 
Context.Switch - Enum in org.aoju.bus.cache
 
coreInstance(Context) - Static method in class org.aoju.bus.cache.Module
 

D

DataDO() - Constructor for class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
deserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.AbstractSerializer
 
deserialize(byte[]) - Method in interface org.aoju.bus.cache.support.serialize.BaseSerializer
 
doDeserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.AbstractSerializer
 
doDeserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.FastJsonSerializer
 
doDeserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.Hessian2Serializer
 
doDeserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.JdkGzipSerializer
 
doDeserialize(byte[]) - Method in class org.aoju.bus.cache.support.serialize.JdkSerializer
 
doSerialize(Object) - Method in class org.aoju.bus.cache.support.serialize.AbstractSerializer
 
doSerialize(Object) - Method in class org.aoju.bus.cache.support.serialize.FastJsonSerializer
 
doSerialize(Object) - Method in class org.aoju.bus.cache.support.serialize.Hessian2Serializer
 
doSerialize(Object) - Method in class org.aoju.bus.cache.support.serialize.JdkGzipSerializer
 
doSerialize(Object) - Method in class org.aoju.bus.cache.support.serialize.JdkSerializer
 

E

EhCache - Class in org.aoju.bus.cache.support.cache
EhCache进程内缓存框架, 具有快速、精干等特点
EhCache(long, long, long) - Constructor for class org.aoju.bus.cache.support.cache.EhCache
 
EhCache(long, long, String, long) - Constructor for class org.aoju.bus.cache.support.cache.EhCache
 

F

FastJsonSerializer - Class in org.aoju.bus.cache.support.serialize
 
FastJsonSerializer(Class<?>) - Constructor for class org.aoju.bus.cache.support.serialize.FastJsonSerializer
 
FIVE_MIN - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
FIVE_SEC - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
FOREVER - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 

G

generateMultiKey(CacheHolder, Object[]) - Static method in class org.aoju.bus.cache.support.KeyGenerator
 
generatePattern(CacheHolder) - Static method in class org.aoju.bus.cache.support.PatternGenerator
 
generateSingleKey(CacheHolder, Object[]) - Static method in class org.aoju.bus.cache.support.KeyGenerator
 
get() - Method in interface org.aoju.bus.cache.reader.AbstractReader.ThrowableSupplier
 
getArgNames(Method) - Static method in class org.aoju.bus.cache.support.ArgNameGenerator
 
getArgs() - Method in class org.aoju.bus.cache.proxy.AspectInvocation
 
getArgs() - Method in class org.aoju.bus.cache.proxy.AspectJoinPoint
 
getArgs() - Method in interface org.aoju.bus.cache.proxy.ProxyChain
 
getCache() - Method in class org.aoju.bus.cache.Context
 
getCache() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getCacheInfo(Method) - Static method in class org.aoju.bus.cache.support.CacheInfoContainer
 
getCacheKeyMap() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getCaches() - Method in class org.aoju.bus.cache.Context
 
getExpire() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getHit() - Method in class org.aoju.bus.cache.Provider.ShootingDO
 
getHitKeyMap() - Method in class org.aoju.bus.cache.entity.CacheKeys
 
getId() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getInnerReturnType() - Method in class org.aoju.bus.cache.entity.CacheMethod
 
getLeft() - Method in class org.aoju.bus.cache.entity.CachePair
 
getMethod() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getMissKeySet() - Method in class org.aoju.bus.cache.entity.CacheKeys
 
getMultiIndex() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getObject() - Method in class org.aoju.bus.cache.Registry
 
getObjectType() - Method in class org.aoju.bus.cache.Registry
 
getPattern() - Method in class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
getPrefix() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
getPrevent() - Method in class org.aoju.bus.cache.Context
 
getPreventObject() - Static method in class org.aoju.bus.cache.support.PreventObjects
 
getProvider() - Method in class org.aoju.bus.cache.Context
 
getRate() - Method in class org.aoju.bus.cache.Provider.ShootingDO
 
getRequired() - Method in class org.aoju.bus.cache.Provider.ShootingDO
 
getResult() - Method in interface org.aoju.bus.cache.support.Addables.Addable
 
getReturnType() - Method in class org.aoju.bus.cache.entity.CacheMethod
 
getRight() - Method in class org.aoju.bus.cache.entity.CachePair
 
getShooting() - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
getShooting() - Method in interface org.aoju.bus.cache.Provider
 
getShooting() - Method in class org.aoju.bus.cache.provider.MemoryProvider
 
getShooting() - Method in class org.aoju.bus.cache.provider.ZKProvider
 
getXArgNames(int) - Static method in class org.aoju.bus.cache.support.ArgNameGenerator
 
GuavaCache - Class in org.aoju.bus.cache.support.cache
Guava 缓存支持
GuavaCache(long, long) - Constructor for class org.aoju.bus.cache.support.cache.GuavaCache
 

H

H2Provider - Class in org.aoju.bus.cache.provider
 
H2Provider() - Constructor for class org.aoju.bus.cache.provider.H2Provider
 
H2Provider(String) - Constructor for class org.aoju.bus.cache.provider.H2Provider
 
HALF_HOUR - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
Hessian2Serializer - Class in org.aoju.bus.cache.support.serialize
 
Hessian2Serializer() - Constructor for class org.aoju.bus.cache.support.serialize.Hessian2Serializer
 
hitIncr(String, int) - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
hitIncr(String, int) - Method in interface org.aoju.bus.cache.Provider
 
hitIncr(String, int) - Method in class org.aoju.bus.cache.provider.MemoryProvider
 
hitIncr(String, int) - Method in class org.aoju.bus.cache.provider.ZKProvider
 

I

init(Class<T>, int) - Method in interface org.aoju.bus.cache.support.Addables.Addable
 
Invalid - Annotation Type in org.aoju.bus.cache.annotation
 
isCollection() - Method in class org.aoju.bus.cache.entity.CacheMethod
 
isMulti() - Method in class org.aoju.bus.cache.entity.CacheHolder
 
isPrevent(Object) - Static method in class org.aoju.bus.cache.support.PreventObjects
 
isPreventOn() - Method in class org.aoju.bus.cache.Context
 
isSingleton() - Method in class org.aoju.bus.cache.Registry
 
isSwitchOn(Context, Cached, Method, Object[]) - Static method in class org.aoju.bus.cache.Complex
 
isSwitchOn(Context, Invalid, Method, Object[]) - Static method in class org.aoju.bus.cache.Complex
 
isSwitchOn(Context, CachedGet, Method, Object[]) - Static method in class org.aoju.bus.cache.Complex
 

J

jdbcOperationsSupplier(String, Map<String, Object>) - Method in class org.aoju.bus.cache.provider.AbstractProvider
1.
jdbcOperationsSupplier(String, Map<String, Object>) - Method in class org.aoju.bus.cache.provider.H2Provider
 
jdbcOperationsSupplier(String, Map<String, Object>) - Method in class org.aoju.bus.cache.provider.MySQLProvider
 
jdbcOperationsSupplier(String, Map<String, Object>) - Method in class org.aoju.bus.cache.provider.SqliteProvider
 
JdkGzipSerializer - Class in org.aoju.bus.cache.support.serialize
 
JdkGzipSerializer() - Constructor for class org.aoju.bus.cache.support.serialize.JdkGzipSerializer
 
JdkSerializer - Class in org.aoju.bus.cache.support.serialize
 
JdkSerializer() - Constructor for class org.aoju.bus.cache.support.serialize.JdkSerializer
 

K

KeyGenerator - Class in org.aoju.bus.cache.support
 
KeyGenerator() - Constructor for class org.aoju.bus.cache.support.KeyGenerator
 
KeyValueUtils - Class in org.aoju.bus.cache.support
 
KeyValueUtils() - Constructor for class org.aoju.bus.cache.support.KeyValueUtils
 

M

Manage - Class in org.aoju.bus.cache
 
Manage() - Constructor for class org.aoju.bus.cache.Manage
 
mapToKeyValue(Map, Set<String>, Map<Object, String>, Context.Switch) - Static method in class org.aoju.bus.cache.support.KeyValueUtils
 
MemcachedCache - Class in org.aoju.bus.cache.support.cache
Memcached 缓存支持
MemcachedCache(String) - Constructor for class org.aoju.bus.cache.support.cache.MemcachedCache
 
MemcachedCache(String, BaseSerializer) - Constructor for class org.aoju.bus.cache.support.cache.MemcachedCache
 
MemoryCache - Class in org.aoju.bus.cache.support.cache
内存缓存支持
MemoryCache() - Constructor for class org.aoju.bus.cache.support.cache.MemoryCache
 
MemoryProvider - Class in org.aoju.bus.cache.provider
 
MemoryProvider() - Constructor for class org.aoju.bus.cache.provider.MemoryProvider
 
mergeShootingDO(Provider.ShootingDO, Provider.ShootingDO) - Static method in class org.aoju.bus.cache.Provider.ShootingDO
 
Module - Class in org.aoju.bus.cache
 
MultiCacheReader - Class in org.aoju.bus.cache.reader
 
MultiCacheReader() - Constructor for class org.aoju.bus.cache.reader.MultiCacheReader
 
MySQLProvider - Class in org.aoju.bus.cache.provider
 
MySQLProvider(String, long, String, String) - Constructor for class org.aoju.bus.cache.provider.MySQLProvider
 
MySQLProvider(String, long, String, String, String) - Constructor for class org.aoju.bus.cache.provider.MySQLProvider
 

N

newAddable(Class<?>, int) - Static method in class org.aoju.bus.cache.support.Addables
 
newBuilder(Method) - Static method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
newCollection(Class<?>, Collection) - Static method in class org.aoju.bus.cache.support.Addables
 
newConfig(Map<String, Cache>) - Static method in class org.aoju.bus.cache.Context
 
newInstance(long, long) - Static method in class org.aoju.bus.cache.Provider.ShootingDO
 
newMap(Class<?>, Map) - Static method in class org.aoju.bus.cache.support.Addables
 
NO - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
NoOpCache - Class in org.aoju.bus.cache.support.cache
无缓存实现,用于快速关闭缓存
NoOpCache() - Constructor for class org.aoju.bus.cache.support.cache.NoOpCache
 

O

of(L, R) - Static method in class org.aoju.bus.cache.entity.CachePair
 
ONE_DAY - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
ONE_HOUR - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
ONE_MIN - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
ONE_SEC - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
ONE_WEEK - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
org.aoju.bus.cache - package org.aoju.bus.cache
 
org.aoju.bus.cache.annotation - package org.aoju.bus.cache.annotation
 
org.aoju.bus.cache.entity - package org.aoju.bus.cache.entity
 
org.aoju.bus.cache.provider - package org.aoju.bus.cache.provider
 
org.aoju.bus.cache.proxy - package org.aoju.bus.cache.proxy
 
org.aoju.bus.cache.reader - package org.aoju.bus.cache.reader
 
org.aoju.bus.cache.support - package org.aoju.bus.cache.support
 
org.aoju.bus.cache.support.cache - package org.aoju.bus.cache.support.cache
 
org.aoju.bus.cache.support.serialize - package org.aoju.bus.cache.support.serialize
 

P

PatternGenerator - Class in org.aoju.bus.cache.support
 
PatternGenerator() - Constructor for class org.aoju.bus.cache.support.PatternGenerator
 
PreventObjects - Class in org.aoju.bus.cache.support
 
PreventObjects() - Constructor for class org.aoju.bus.cache.support.PreventObjects
 
proceed() - Method in class org.aoju.bus.cache.proxy.AspectInvocation
 
proceed(Object[]) - Method in class org.aoju.bus.cache.proxy.AspectInvocation
 
proceed() - Method in class org.aoju.bus.cache.proxy.AspectJoinPoint
 
proceed(Object[]) - Method in class org.aoju.bus.cache.proxy.AspectJoinPoint
 
proceed() - Method in interface org.aoju.bus.cache.proxy.ProxyChain
 
proceed(Object[]) - Method in interface org.aoju.bus.cache.proxy.ProxyChain
 
Provider - Interface in org.aoju.bus.cache
 
Provider.ShootingDO - Class in org.aoju.bus.cache
 
ProxyChain - Interface in org.aoju.bus.cache.proxy
 

R

read(ProceedingJoinPoint) - Method in class org.aoju.bus.cache.Aspectj
 
read(CachedGet, Method, ProxyChain) - Method in class org.aoju.bus.cache.Complex
 
read(CacheHolder, CacheMethod, ProxyChain, boolean) - Method in class org.aoju.bus.cache.reader.AbstractReader
 
read(CacheHolder, CacheMethod, ProxyChain, boolean) - Method in class org.aoju.bus.cache.reader.MultiCacheReader
 
read(CacheHolder, CacheMethod, ProxyChain, boolean) - Method in class org.aoju.bus.cache.reader.SingleCacheReader
 
read(String) - Method in interface org.aoju.bus.cache.support.cache.Cache
从缓存中获得对象
read(Collection<String>) - Method in interface org.aoju.bus.cache.support.cache.Cache
从缓存中获得一组对象信息
read(String) - Method in class org.aoju.bus.cache.support.cache.EhCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.EhCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
read(String) - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
read(Collection<String>) - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
readBatch(String, Collection<String>) - Method in class org.aoju.bus.cache.Manage
 
readSingle(String, String) - Method in class org.aoju.bus.cache.Manage
 
readWrite(ProceedingJoinPoint) - Method in class org.aoju.bus.cache.Aspectj
 
readWrite(Cached, Method, ProxyChain) - Method in class org.aoju.bus.cache.Complex
 
RedisCache - Class in org.aoju.bus.cache.support.cache
Redis 单机缓存支持
RedisCache(JedisPool) - Constructor for class org.aoju.bus.cache.support.cache.RedisCache
 
RedisCache(JedisPool, BaseSerializer) - Constructor for class org.aoju.bus.cache.support.cache.RedisCache
 
RedisClusterCache - Class in org.aoju.bus.cache.support.cache
Redis 集群缓存支持
RedisClusterCache(JedisCluster) - Constructor for class org.aoju.bus.cache.support.cache.RedisClusterCache
 
RedisClusterCache(JedisCluster, BaseSerializer) - Constructor for class org.aoju.bus.cache.support.cache.RedisClusterCache
 
Registry<T> - Class in org.aoju.bus.cache
 
Registry(Object, Map<String, Cache>) - Constructor for class org.aoju.bus.cache.Registry
 
Registry(Object, Class<T>, Map<String, Cache>, Context.Switch) - Constructor for class org.aoju.bus.cache.Registry
 
remove(JoinPoint) - Method in class org.aoju.bus.cache.Aspectj
 
remove(Invalid, Method, Object[]) - Method in class org.aoju.bus.cache.Complex
 
remove(String, String...) - Method in class org.aoju.bus.cache.Manage
 
remove(String...) - Method in interface org.aoju.bus.cache.support.cache.Cache
从缓存中移除对象
remove(String...) - Method in class org.aoju.bus.cache.support.cache.EhCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
remove(String...) - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
reqIncr(String, int) - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
reqIncr(String, int) - Method in class org.aoju.bus.cache.provider.MemoryProvider
 
reqIncr(String, int) - Method in interface org.aoju.bus.cache.Provider
 
reqIncr(String, int) - Method in class org.aoju.bus.cache.provider.ZKProvider
 
reset(String) - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
reset(String) - Method in class org.aoju.bus.cache.provider.MemoryProvider
 
reset(String) - Method in interface org.aoju.bus.cache.Provider
 
reset(String) - Method in class org.aoju.bus.cache.provider.ZKProvider
 
resetAll() - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
resetAll() - Method in class org.aoju.bus.cache.provider.MemoryProvider
 
resetAll() - Method in interface org.aoju.bus.cache.Provider
 
resetAll() - Method in class org.aoju.bus.cache.provider.ZKProvider
 

S

serialize(T) - Method in class org.aoju.bus.cache.support.serialize.AbstractSerializer
 
serialize(T) - Method in interface org.aoju.bus.cache.support.serialize.BaseSerializer
 
setCache(Context.Switch) - Method in class org.aoju.bus.cache.Context
 
setCache(String) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setCacheKeyMap(Map<Integer, CacheKey>) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setCachePool(Map<String, Cache>) - Method in class org.aoju.bus.cache.Manage
 
setCaches(Map<String, Cache>) - Method in class org.aoju.bus.cache.Context
 
setExpire(int) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setHitCount(long) - Method in class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
setId(String) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setInnerReturnType(Class<?>) - Method in class org.aoju.bus.cache.entity.CacheMethod
 
setMultiIndex(int) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setPattern(String) - Method in class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
setPrefix(String) - Method in class org.aoju.bus.cache.entity.CacheHolder.Builder
 
setPrevent(Context.Switch) - Method in class org.aoju.bus.cache.Context
 
setProvider(Provider) - Method in class org.aoju.bus.cache.Context
 
setRequireCount(long) - Method in class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
setReturnType(Class<?>) - Method in class org.aoju.bus.cache.entity.CacheMethod
 
setVersion(long) - Method in class org.aoju.bus.cache.provider.AbstractProvider.DataDO
 
SingleCacheReader - Class in org.aoju.bus.cache.reader
 
SingleCacheReader() - Constructor for class org.aoju.bus.cache.reader.SingleCacheReader
 
SIX_HOUR - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
SpelCalculator - Class in org.aoju.bus.cache.support
Spel表达式的计算功能(@Cached内的condition、@CacheKey内的spel只是作为一个增值服务, 并不作为核心功能, 只是作为key拼装的一个亮点, 并不是必须功能)
SpelCalculator() - Constructor for class org.aoju.bus.cache.support.SpelCalculator
 
SqliteProvider - Class in org.aoju.bus.cache.provider
 
SqliteProvider() - Constructor for class org.aoju.bus.cache.provider.SqliteProvider
 
SqliteProvider(String) - Constructor for class org.aoju.bus.cache.provider.SqliteProvider
 
summaryName() - Method in interface org.aoju.bus.cache.Provider
 

T

tearDown() - Method in class org.aoju.bus.cache.provider.AbstractProvider
 
tearDown() - Method in class org.aoju.bus.cache.provider.H2Provider
 
tearDown() - Method in class org.aoju.bus.cache.provider.ZKProvider
 
tearDown() - Method in class org.aoju.bus.cache.support.cache.EhCache
 
tearDown() - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
tearDown() - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
tearDown() - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
TEN_MIN - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
TEN_SEC - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
transferResults(List<Map<String, Object>>) - Method in class org.aoju.bus.cache.provider.AbstractProvider
convert DB Map Result to DataDO(Stream)
transferResults(List<Map<String, Object>>) - Method in class org.aoju.bus.cache.provider.H2Provider
 
transferResults(List<Map<String, Object>>) - Method in class org.aoju.bus.cache.provider.MySQLProvider
 
transferResults(List<Map<String, Object>>) - Method in class org.aoju.bus.cache.provider.SqliteProvider
 
TWELVE_HOUR - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
TWO_DAY - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 
TWO_HOUR - Static variable in interface org.aoju.bus.cache.entity.CacheExpire
 

V

valueOf(String) - Static method in enum org.aoju.bus.cache.Context.Switch
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.aoju.bus.cache.Context.Switch
Returns an array containing the constants of this enum type, in the order they are declared.

W

write() - Method in class org.aoju.bus.cache.Complex
 
write(String, Object, long) - Method in interface org.aoju.bus.cache.support.cache.Cache
将对象加入到缓存,使用指定失效时长
write(Map<String, Object>, long) - Method in interface org.aoju.bus.cache.support.cache.Cache
将对象加入到缓存,使用指定失效时长
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.EhCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.EhCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.GuavaCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.MemcachedCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.MemoryCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.NoOpCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.RedisCache
 
write(String, Object, long) - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
write(Map<String, Object>, long) - Method in class org.aoju.bus.cache.support.cache.RedisClusterCache
 
writeBatch(String, Map<String, Object>, int) - Method in class org.aoju.bus.cache.Manage
 
writeSingle(String, String, Object, int) - Method in class org.aoju.bus.cache.Manage
 

Z

ZKProvider - Class in org.aoju.bus.cache.provider
 
ZKProvider(String) - Constructor for class org.aoju.bus.cache.provider.ZKProvider
 
ZKProvider(String, String) - Constructor for class org.aoju.bus.cache.provider.ZKProvider
 
A B C D E F G H I J K M N O P R S T V W Z 
Skip navigation links

Copyright © 2019. All rights reserved.