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