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 TypeMethodDescriptionCacheAspectSupport.execute
(CacheOperationInvoker invoker, Object target, Method method, @Nullable Object[] args) 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 TypeMethodDescriptionJCacheAspectSupport.execute
(CacheOperationInvoker invoker, Object target, Method method, @Nullable Object[] args) JCacheAspectSupport.invokeOperation
(CacheOperationInvoker invoker) Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.