org.springframework.cache.interceptor
Class CacheAspectSupport.CacheOperationContext
java.lang.Object
org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
- Enclosing class:
- CacheAspectSupport
protected class CacheAspectSupport.CacheOperationContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheAspectSupport.CacheOperationContext
public CacheAspectSupport.CacheOperationContext(CacheOperation operation,
Method method,
Object[] args,
Object target,
Class<?> targetClass)
isConditionPassing
protected boolean isConditionPassing()
generateKey
protected Object generateKey()
- Computes the key for the given caching operation.
- Returns:
- generated key (null if none can be generated)
getCaches
protected Collection<Cache> getCaches()