Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » caching » [javadoc | source]
org.apache.cocoon.caching
public final class: CachedEventObject [javadoc | source]
java.lang.Object
   org.apache.cocoon.caching.CachedEventObject

All Implemented Interfaces:
    Serializable

Deprecated! by - the CachedResponse

This is a cached object as it is stored in the EventCache
Constructor:
 public CachedEventObject(Map validityObjects,
    Object saxFragment) 
    Create a new entry for the cache.
    Parameters:
    validityObjects - The CacheValidity objects hashed by their ComponentCacheKey
    saxFragment - The cached sax stream
Method from org.apache.cocoon.caching.CachedEventObject Summary:
getCacheValidity,   getSAXFragment,   isValid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.caching.CachedEventObject Detail:
 public CacheValidity getCacheValidity(ComponentCacheKey componentKey) 
      Deprecated!
    Get the validity object
 public Object getSAXFragment() 
      Deprecated!
    Get the cached sax stream.
 public boolean isValid(ComponentCacheKey componentKey,
    CacheValidity componentValidity) 
      Deprecated!
    Checks if the CacheValidity object is still valid.