Package org.openiam.cache
Class OpeniamAnnotationCacheOperationSource
- java.lang.Object
-
- org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
- org.springframework.cache.annotation.AnnotationCacheOperationSource
-
- org.openiam.cache.OpeniamAnnotationCacheOperationSource
-
- All Implemented Interfaces:
Serializable
,org.springframework.cache.interceptor.CacheOperationSource
public class OpeniamAnnotationCacheOperationSource extends org.springframework.cache.annotation.AnnotationCacheOperationSource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpeniamAnnotationCacheOperationSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<org.springframework.cache.interceptor.CacheOperation>
findCacheOperations(Method method)
Collection<org.springframework.cache.interceptor.CacheOperation>
getCacheOperations(Method method, Class<?> targetClass)
-
Methods inherited from class org.springframework.cache.annotation.AnnotationCacheOperationSource
allowPublicMethodsOnly, determineCacheOperations, equals, findCacheOperations, hashCode, isCandidateClass
-
-
-
-
Method Detail
-
getCacheOperations
public Collection<org.springframework.cache.interceptor.CacheOperation> getCacheOperations(Method method, Class<?> targetClass)
- Specified by:
getCacheOperations
in interfaceorg.springframework.cache.interceptor.CacheOperationSource
- Overrides:
getCacheOperations
in classorg.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
findCacheOperations
protected Collection<org.springframework.cache.interceptor.CacheOperation> findCacheOperations(Method method)
- Overrides:
findCacheOperations
in classorg.springframework.cache.annotation.AnnotationCacheOperationSource
-
-