| 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.CacheOperationMetadata for the specified operation. |
| Constructor and Description |
|---|
CacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata,
Object[] args,
Object target) |