索引

A B C D E F I J K L M N P R S T U V 
All Classes and Interfaces|常量字段值|所有程序包

A

area() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
If you want to use multi backend cache system, you can setup multi "cache area" in configuration, this attribute specifies the name of the "cache area" you want to use.
area() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidate
If you want to use multi backend cache system, you can setup multi "cache area" in configuration, this attribute specifies the name of the "cache area" you want to use.
area() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
If you want to use multi backend cache system, you can setup multi "cache area" in configuration, this attribute specifies the name of the "cache area" you want to use.
area() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
If you want to use multi backend cache system, you can setup multi "cache area" in configuration, this attribute specifies the name of the "cache area" you want to use.
ASYNC_RESULT_TIMEOUT - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 

B

BOTH - 枚举 中的枚举常量 com.alicp.jetcache.anno.CacheType
 

C

CacheConsts - com.alicp.jetcache.anno中的接口
 
Cached - com.alicp.jetcache.anno中的注释类型
 
CacheInvalidate - com.alicp.jetcache.anno中的注释类型
 
CacheInvalidateContainer - com.alicp.jetcache.anno中的注释类型
 
cacheNullValue() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify whether a null value should be cached.
CachePenetrationProtect - com.alicp.jetcache.anno中的注释类型
 
CacheRefresh - com.alicp.jetcache.anno中的注释类型
 
cacheType() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Type of the Cache instance.
cacheType() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Type of the Cache instance.
CacheType - com.alicp.jetcache.anno中的枚举
 
CacheUpdate - com.alicp.jetcache.anno中的注释类型
 
com.alicp.jetcache.anno - 程序包 com.alicp.jetcache.anno
 
condition() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Expression script used for conditioning the method caching, the cache is not used when evaluation result is false.
condition() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidate
Expression script used for conditioning the cache operation, the operation is vetoed when evaluation result is false.
condition() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
Expression script used for conditioning the cache operation, the operation is vetoed when evaluation result is false.
CreateCache - com.alicp.jetcache.anno中的注释类型
已过时。
replaced by CacheManager.getOrCreateCache(QuickConfig), the CacheManager instance can be injected use annotation such as @Autowired.

D

decoder() - 接口中的方法 com.alicp.jetcache.anno.SerialPolicy
 
DEFAULT_AREA - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_CACHE_NULL_VALUE - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_CACHE_TYPE - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_ENABLED - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_EXPIRE - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_LOCAL_LIMIT - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_MULTI - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
DEFAULT_SERIAL_POLICY - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 

E

EnableCache - com.alicp.jetcache.anno中的注释类型
 
enabled() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify whether the method caching is enabled.
encoder() - 接口中的方法 com.alicp.jetcache.anno.SerialPolicy
 
expire() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
The expire time.
expire() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
The default expire time of this Cache instance.

F

FASTJSON - 接口中的静态变量 com.alicp.jetcache.anno.KeyConvertor
 
FASTJSON2 - 接口中的静态变量 com.alicp.jetcache.anno.KeyConvertor
 
FASTJSON2 - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
fastjson2 encoder/decoder is implemented but not register by default.

I

IDENTITY_NUMBER_FASTJSON2 - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
fastjson2 encoder/decoder is implemented but not register by default.
IDENTITY_NUMBER_JAVA - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 
IDENTITY_NUMBER_KRYO4 - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 
IDENTITY_NUMBER_KRYO5 - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 
isUndefined(int) - 接口中的静态方法 com.alicp.jetcache.anno.CacheConsts
 
isUndefined(String) - 接口中的静态方法 com.alicp.jetcache.anno.CacheConsts
 

J

JACKSON - 接口中的静态变量 com.alicp.jetcache.anno.KeyConvertor
 
JAVA - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 

K

key() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify the key by expression script, optional.
key() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidate
Specify the key by expression script, optional.
key() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
Specify the key by expression script, optional.
keyConvertor() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify the key convertor.
keyConvertor() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Specify the key convertor.
KeyConvertor - com.alicp.jetcache.anno中的接口
Created on 2016/12/12.
KRYO - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 
KRYO5 - 接口中的静态变量 com.alicp.jetcache.anno.SerialPolicy
 

L

LOCAL - 枚举 中的枚举常量 com.alicp.jetcache.anno.CacheType
 
localExpire() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Use to specify the local cache expire time when cacheType=CacheType.BOTH, use "expire" if absent.
localExpire() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Use to specify the local cache expire time when cacheType=CacheType.BOTH, use "expire" if absent.
localLimit() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify max elements in local memory when cacheType is CacheType.LOCAL or CacheType.BOTH.
localLimit() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Specify max elements in local memory when cacheType is CacheType.LOCAL or CacheType.BOTH.

M

multi() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidate
If evaluated key is an array or an instance of java.lang.Iterable, set multi to true indicates jetcache to invalidate each element of the iterable keys.
multi() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
If both evaluated key and value are array or instance of java.lang.Iterable, set multi to true indicates jetcache to update K/V pair to cache instead of update single converted K/V.

N

name() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
The name of this Cache instance, optional.
name() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidate
The name of this Cache instance which need a remove operation.
name() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
The name of this Cache instance which need a update operation.
name() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
The name of this Cache instance, optional.
NONE - 接口中的静态变量 com.alicp.jetcache.anno.KeyConvertor
 
NONE_INSTANCE - 接口中的静态变量 com.alicp.jetcache.anno.KeyConvertor
 

P

postCondition() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Expression script used for conditioning the method cache updating, the cache updating action is vetoed when the evaluation result is false.

R

refresh() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheRefresh
 
refreshLockTimeout() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheRefresh
 
REMOTE - 枚举 中的枚举常量 com.alicp.jetcache.anno.CacheType
 

S

serialPolicy() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify the serialization policy of remote cache when cacheType is CacheType.REMOTE or CacheType.BOTH.
serialPolicy() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Specify the serialization policy of remote cache when cacheType is CacheType.REMOTE or CacheType.BOTH.
SerialPolicy - com.alicp.jetcache.anno中的接口
 
stopRefreshAfterLastAccess() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheRefresh
 
syncLocal() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
if cacheType is CacheType.BOTH and the remote cache supports broadcast (or BroadcastManager bean exists), invalidate local cache of all process after put/remove operation.
syncLocal() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
if cacheType is CacheType.BOTH and the remote cache supports broadcast (or BroadcastManager bean exists), invalidate local cache of all process after put/remove operation.

T

timeout() - 注释类型 中的元素 com.alicp.jetcache.anno.CachePenetrationProtect
 
timeUnit() - 注释类型 中的元素 com.alicp.jetcache.anno.Cached
Specify the time unit of expire.
timeUnit() - 注释类型 中的元素 com.alicp.jetcache.anno.CachePenetrationProtect
 
timeUnit() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheRefresh
 
timeUnit() - 注释类型 中的元素 com.alicp.jetcache.anno.CreateCache
已过时。
Specify the time unit of expire.

U

UNDEFINED_INT - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
UNDEFINED_LONG - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 
UNDEFINED_STRING - 接口中的静态变量 com.alicp.jetcache.anno.CacheConsts
 

V

value() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheInvalidateContainer
 
value() - 注释类型 中的元素 com.alicp.jetcache.anno.CachePenetrationProtect
 
value() - 注释类型 中的元素 com.alicp.jetcache.anno.CacheUpdate
Specify the cache value by expression script.
valueOf(String) - 枚举中的静态方法 com.alicp.jetcache.anno.CacheType
返回带有指定名称的该类型的枚举常量。
values() - 枚举中的静态方法 com.alicp.jetcache.anno.CacheType
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
A B C D E F I J K L M N P R S T U V 
All Classes and Interfaces|常量字段值|所有程序包