| 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,
java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Return the
CacheAspectSupport.CacheOperationMetadata for the specified operation. |
| Constructor and Description |
|---|
CacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata,
java.lang.Object[] args,
java.lang.Object target) |