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