Uses of Interface
org.springframework.cache.interceptor.CacheOperationInvoker
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of CacheOperationInvoker in org.springframework.cache.interceptor
Modifier and TypeMethodDescriptionprotected Object
CacheAspectSupport.execute
(CacheOperationInvoker invoker, Object target, Method method, Object[] args) protected Object
CacheAspectSupport.invokeOperation
(CacheOperationInvoker invoker) Execute the underlying operation (typically in case of cache miss) and return the result of the invocation. -
Uses of CacheOperationInvoker in org.springframework.cache.jcache.interceptor
Modifier and TypeMethodDescriptionprotected Object
JCacheAspectSupport.execute
(CacheOperationInvoker invoker, Object target, Method method, Object[] args) protected Object
JCacheAspectSupport.invokeOperation
(CacheOperationInvoker invoker) Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.