- findCacheOperations(Class<?>, Method) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
- findCacheOperations(Class<?>) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
- findCacheOperations(Class<?>, Method) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
-
Subclasses need to implement this to return the caching attribute
for the given method, if any.
- findCacheOperations(Class<?>) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
-
Subclasses need to implement this to return the caching attribute
for the given class, if any.
- FixUseSupperClassAnnotationParser - org.hswebframework.web.cache.spring.fix中的类
-
Strategy implementation for parsing Spring's Caching, Cacheable,
CacheEvict, and CachePut annotations.
- FixUseSupperClassAnnotationParser() - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
-
- FixUseSupperClassAutoConfiguration - org.hswebframework.web.cache中的类
-
- FixUseSupperClassAutoConfiguration() - 类 的构造器org.hswebframework.web.cache.FixUseSupperClassAutoConfiguration
-
- FixUseSupperClassCacheAnnotationParser - org.hswebframework.web.cache.spring.fix中的接口
-
TODO 完成注释
- FixUseSupperClassCacheOperationSource - org.hswebframework.web.cache.spring.fix中的类
-
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
- FixUseSupperClassCacheOperationSource() - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods
that carry the Cacheable and CacheEvict annotations.
- FixUseSupperClassCacheOperationSource(boolean) - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods
that carry the Cacheable and CacheEvict annotations.
- FixUseSupperClassCacheOperationSource(FixUseSupperClassCacheAnnotationParser) - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- FixUseSupperClassCacheOperationSource(FixUseSupperClassCacheAnnotationParser...) - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- FixUseSupperClassCacheOperationSource(Set<FixUseSupperClassCacheAnnotationParser>) - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- FixUseSupperClassCacheOperationSource.CacheOperationProvider - org.hswebframework.web.cache.spring.fix中的接口
-
Callback interface providing CacheOperation instance(s) based on
a given CacheAnnotationParser.
- FixUseSupperClassFallbackCacheOperationSource - org.hswebframework.web.cache.spring.fix中的类
-
Abstract implementation of CacheOperation that caches attributes
for methods and implements a fallback policy: 1. specific target method;
2. target class; 3. declaring method; 4. declaring class/interface.
- FixUseSupperClassFallbackCacheOperationSource() - 类 的构造器org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
-