类 CacheAspectSupport.CacheOperationMetadata
java.lang.Object
cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- 封闭类:
- CacheAspectSupport
Metadata of a cache operation that does not depend on a particular invocation
which makes it a good candidate for caching.
-
字段概要
字段修饰符和类型字段说明final CacheResolverfinal KeyGeneratorfinal Methodfinal AnnotatedElementKeyfinal CacheOperationfinal Class<?>final Method -
构造器概要
构造器构造器说明CacheOperationMetadata(CacheOperation operation, Method method, Class<?> targetClass, KeyGenerator keyGenerator, CacheResolver cacheResolver) -
方法概要
-
字段详细资料
-
operation
-
method
-
targetClass
-
targetMethod
-
methodKey
-
keyGenerator
-
cacheResolver
-
-
构造器详细资料
-
CacheOperationMetadata
public CacheOperationMetadata(CacheOperation operation, Method method, Class<?> targetClass, KeyGenerator keyGenerator, CacheResolver cacheResolver)
-