|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.caching.CachedEventObject
CachedResponse
public final class CachedEventObject
This is a cached object as it is stored in the EventCache
Constructor Summary | |
---|---|
CachedEventObject(Map validityObjects,
Object saxFragment)
Deprecated. Create a new entry for the cache. |
Method Summary | |
---|---|
CacheValidity |
getCacheValidity(ComponentCacheKey componentKey)
Deprecated. Get the validity object |
Object |
getSAXFragment()
Deprecated. Get the cached sax stream. |
boolean |
isValid(ComponentCacheKey componentKey,
CacheValidity componentValidity)
Deprecated. Checks if the CacheValidity object is still valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedEventObject(Map validityObjects, Object saxFragment)
validityObjects
- The CacheValidity objects hashed by their
ComponentCacheKey
saxFragment
- The cached sax streamMethod Detail |
---|
public boolean isValid(ComponentCacheKey componentKey, CacheValidity componentValidity)
public CacheValidity getCacheValidity(ComponentCacheKey componentKey)
CacheValidity
object or null
.public Object getSAXFragment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |