Uses of Interface
org.springframework.cache.jcache.interceptor.JCacheOperation
Packages that use JCacheOperation
Package
Description
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
- 
Uses of JCacheOperation in org.springframework.cache.jcache.interceptorMethods in org.springframework.cache.jcache.interceptor that return JCacheOperationModifier and TypeMethodDescriptionprotected abstract JCacheOperation<?>AbstractFallbackJCacheOperationSource.findCacheOperation(Method method, Class<?> targetType) Subclasses need to implement this to return the caching operation for the given method, if any.protected JCacheOperation<?>AnnotationJCacheOperationSource.findCacheOperation(Method method, Class<?> targetType) AbstractFallbackJCacheOperationSource.getCacheOperation(Method method, Class<?> targetClass) JCacheOperationSource.getCacheOperation(Method method, Class<?> targetClass) Return the cache operations for this method, ornullif the method contains no JSR-107 related metadata.