| Package | Description | 
|---|---|
| org.springframework.cache.interceptor | AOP-based solution for declarative caching demarcation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CacheAspectSupport.CacheOperationMetadata | CacheAspectSupport. getCacheOperationMetadata(CacheOperation operation,
                         Method method,
                         Class<?> targetClass)Return the  CacheAspectSupport.CacheOperationMetadatafor the specified operation. | 
| Constructor and Description | 
|---|
| CacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata,
                     Object[] args,
                     Object target) |