| java.lang.Object org.apache.jetspeed.cache.impl.JetspeedContentCacheKey
JetspeedContentCacheKey | public class JetspeedContentCacheKey implements ContentCacheKey,Serializable(Code) | | The content cache key holds an immutable cache key definition.
Cache key definitions are based on the following required properties:
- username
- windowid
- pipeline
and the following optional properties:
- sessionid
- request.{parameter}
- session.{attribute}
The string representation of this key is calculated once upon construction.
author: David Sean Taylor version: $Id: $ |
JetspeedContentCacheKey | public JetspeedContentCacheKey()(Code) | | |
getRequestParameter | public String getRequestParameter()(Code) | | |
getSessionAttribute | public String getSessionAttribute()(Code) | | |
setRequestParameter | public void setRequestParameter(String requestParameter)(Code) | | |
setSessionAttribute | public void setSessionAttribute(String sessionAttribute)(Code) | | |
setSessionId | public void setSessionId(String sessionId)(Code) | | |
|
|