org.springframework.cache.interceptor
Class CacheAspectSupport.CacheStatus

java.lang.Object
  extended by org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
Enclosing class:
CacheAspectSupport

private static class CacheAspectSupport.CacheStatus
extends java.lang.Object


Field Summary
(package private)  java.util.Map<CacheAspectSupport.CacheOperationContext,java.lang.Object> cUpdates
           
(package private)  java.lang.Object retVal
           
(package private)  boolean updateRequired
           
 
Constructor Summary
CacheAspectSupport.CacheStatus(java.util.Map<CacheAspectSupport.CacheOperationContext,java.lang.Object> cUpdates, boolean updateRequired, java.lang.Object retVal)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cUpdates

final java.util.Map<CacheAspectSupport.CacheOperationContext,java.lang.Object> cUpdates

updateRequired

final boolean updateRequired

retVal

final java.lang.Object retVal
Constructor Detail

CacheAspectSupport.CacheStatus

CacheAspectSupport.CacheStatus(java.util.Map<CacheAspectSupport.CacheOperationContext,java.lang.Object> cUpdates,
                               boolean updateRequired,
                               java.lang.Object retVal)