跳过导航链接
C E F G H K L N R S T U 

C

Cacheable - com.github.xiaolyuh.annotation中的注释类型
表示调用的方法(或类中的所有方法)的结果是可以被缓存的。
cacheablePointcut() - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
cacheablePointcut(ProceedingJoinPoint) - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
CacheEvict - com.github.xiaolyuh.annotation中的注释类型
删除缓存
cacheEvictPointcut() - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
cacheEvictPointcut(ProceedingJoinPoint) - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
cacheName(String, AnnotatedElementKey, EvaluationContext) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
 
CacheOperationExpressionEvaluator - com.github.xiaolyuh.expression中的类
Utility class handling the SpEL expression parsing.
CacheOperationExpressionEvaluator() - 类 的构造器com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
 
CachePut - com.github.xiaolyuh.annotation中的注释类型
将对应数据放到缓存中
cachePutPointcut() - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
cachePutPointcut(ProceedingJoinPoint) - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
Caching - com.github.xiaolyuh.annotation中的注释类型
同时使用多个缓存注解
cachingPointcut() - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
cachingPointcut(ProceedingJoinPoint) - 类 中的方法com.github.xiaolyuh.aspect.LayeringAspect
 
com.github.xiaolyuh.annotation - 程序包 com.github.xiaolyuh.annotation
 
com.github.xiaolyuh.aspect - 程序包 com.github.xiaolyuh.aspect
 
com.github.xiaolyuh.expression - 程序包 com.github.xiaolyuh.expression
 
com.github.xiaolyuh.support - 程序包 com.github.xiaolyuh.support
 
condition(String, AnnotatedElementKey, EvaluationContext) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
 
createEvaluationContext(Method, Object[], Object, Class<?>) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
Create an EvaluationContext without a return value.
createEvaluationContext(Method, Object[], Object, Class<?>, Object) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
Create an EvaluationContext.

E

EMPTY - 类 中的静态变量com.github.xiaolyuh.support.SimpleKey
 
equals(Object) - 类 中的方法com.github.xiaolyuh.support.SimpleKey
 

F

FirstCache - com.github.xiaolyuh.annotation中的注释类型
一级缓存配置项

G

generate(Object, Method, Object...) - 接口 中的方法com.github.xiaolyuh.support.KeyGenerator
Generate a key for the given method and its parameters.
generate(Object, Method, Object...) - 类 中的方法com.github.xiaolyuh.support.SimpleKeyGenerator
 
generateKey(Object...) - 类 中的静态方法com.github.xiaolyuh.support.SimpleKeyGenerator
Generate a key based on the specified parameters.
getParams() - 类 中的方法com.github.xiaolyuh.support.SimpleKey
 

H

hashCode() - 类 中的方法com.github.xiaolyuh.support.SimpleKey
 

K

key(String, AnnotatedElementKey, EvaluationContext) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
 
KeyGenerator - com.github.xiaolyuh.support中的接口
Cache key generator.

L

LayeringAspect - com.github.xiaolyuh.aspect中的类
缓存拦截,用于注册方法信息
LayeringAspect() - 类 的构造器com.github.xiaolyuh.aspect.LayeringAspect
 

N

NO_RESULT - 类 中的静态变量com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
Indicate that there is no result variable.

R

RESULT_UNAVAILABLE - 类 中的静态变量com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
Indicate that the result variable cannot be used at all.
RESULT_VARIABLE - 类 中的静态变量com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
The name of the variable holding the result object.

S

SecondaryCache - com.github.xiaolyuh.annotation中的注释类型
二级缓存配置项
SimpleKey - com.github.xiaolyuh.support中的类
A simple key as returned from the SimpleKeyGenerator.
SimpleKey(Object...) - 类 的构造器com.github.xiaolyuh.support.SimpleKey
Create a new SimpleKey instance.
SimpleKeyGenerator - com.github.xiaolyuh.support中的类
Simple key generator.
SimpleKeyGenerator() - 类 的构造器com.github.xiaolyuh.support.SimpleKeyGenerator
 

T

toString() - 类 中的方法com.github.xiaolyuh.support.SimpleKey
 

U

unless(String, AnnotatedElementKey, EvaluationContext) - 类 中的方法com.github.xiaolyuh.expression.CacheOperationExpressionEvaluator
 
C E F G H K L N R S T U 
跳过导航链接

Copyright © 2024. All rights reserved.