Uses of Interface
org.springframework.cache.jcache.interceptor.JCacheOperation
Packages that use JCacheOperation Package Description org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of JCacheOperation in org.springframework.cache.jcache.interceptor
Methods in org.springframework.cache.jcache.interceptor that return JCacheOperation Modifier and Type Method Description protected 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)JCacheOperation<?>AbstractFallbackJCacheOperationSource. getCacheOperation(Method method, Class<?> targetClass)JCacheOperation<?>JCacheOperationSource. getCacheOperation(Method method, Class<?> targetClass)Return the cache operations for this method, ornullif the method contains no JSR-107 related metadata.