|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
ComponentCacheKeysaxFragment - The cached sax stream| Method 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 | |||||||||