protected class CacheAspectSupport.CacheOperationContext extends Object
| Constructor and Description | 
|---|
CacheOperationContext(CacheOperation operation,
                     Method method,
                     Object[] args,
                     Object target,
                     Class<?> targetClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canPutToCache(Object value)  | 
protected Object | 
generateKey(Object result)
Computes the key for the given caching operation. 
 | 
protected Collection<? extends Cache> | 
getCaches()  | 
protected boolean | 
isConditionPassing(Object result)  | 
public CacheOperationContext(CacheOperation operation, Method method, Object[] args, Object target, Class<?> targetClass)
protected boolean isConditionPassing(Object result)
protected boolean canPutToCache(Object value)
protected Object generateKey(Object result)
protected Collection<? extends Cache> getCaches()