跳过导航链接
A C D E F G H K L M O P S 

A

allowPublicMethodsOnly() - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?

C

cacheOperationSource() - 类 中的方法org.hswebframework.web.cache.FixUseSupperClassAutoConfiguration
 

D

determineCacheOperations(FixUseSupperClassCacheOperationSource.CacheOperationProvider) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
Determine the cache operation(s) for the given FixUseSupperClassCacheOperationSource.CacheOperationProvider.

E

equals(Object) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
equals(Object) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
 

F

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
 

G

getCacheKey(Method, Class<?>) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
Determine a cache key for the given method and target class.
getCacheOperations(FixUseSupperClassCacheAnnotationParser) - 接口 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource.CacheOperationProvider
Return the CacheOperation instance(s) provided by the specified parser.
getCacheOperations(Method, Class<?>) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
Determine the caching attribute for this method invocation.
getHitTimes() - 接口 中的方法org.hswebframework.web.cache.monitor.MonitorSupportCache
 
getTotalTimes() - 接口 中的方法org.hswebframework.web.cache.monitor.MonitorSupportCache
 
getUpdateTimes() - 接口 中的方法org.hswebframework.web.cache.monitor.MonitorSupportCache
 

H

hashCode() - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
hashCode() - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
 

K

keySet() - 接口 中的方法org.hswebframework.web.cache.monitor.MonitorSupportCache
 

L

logger - 类 中的变量org.hswebframework.web.cache.spring.fix.FixUseSupperClassFallbackCacheOperationSource
Logger available to subclasses.

M

MonitorSupportCache - org.hswebframework.web.cache.monitor中的接口
支持监控的缓存

O

org.hswebframework.web.cache - 程序包 org.hswebframework.web.cache
 
org.hswebframework.web.cache.monitor - 程序包 org.hswebframework.web.cache.monitor
 
org.hswebframework.web.cache.spring.fix - 程序包 org.hswebframework.web.cache.spring.fix
 

P

parseCacheAnnotations(Class, Method) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
parseCacheAnnotations(Class<?>) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
parseCacheAnnotations(Method) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
parseCacheAnnotations(FixUseSupperClassAnnotationParser.DefaultCacheConfig, AnnotatedElement) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassAnnotationParser
 
parseCacheAnnotations(Class, Method) - 接口 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheAnnotationParser
 

S

setPublicMethodsOnly(boolean) - 类 中的方法org.hswebframework.web.cache.spring.fix.FixUseSupperClassCacheOperationSource
 
size() - 接口 中的方法org.hswebframework.web.cache.monitor.MonitorSupportCache
 
A C D E F G H K L M O P S 
跳过导航链接

Copyright © 2016–2019. All rights reserved.