| Package | Description | 
|---|---|
| org.springframework.cache.interceptor | AOP-based solution for declarative caching demarcation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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. |