public interface ContentCacheKey extends Serializable
Provides interface to all Content Caches (Portlet API cache)
Modifier and Type | Method and Description |
---|---|
void |
createFromSession(String sessionid,
String pipeline,
String windowId) |
void |
createFromUser(String username,
String pipeline,
String windowId) |
String |
getKey()
Return the full key as a string
|
String |
getPipeline()
Get the pipeline name or null if not used
|
String |
getRequestParameter() |
String |
getSessionAttribute() |
String |
getSessionId()
Get the session id or null if not used
|
String |
getUsername()
Get the username or null if not used
|
String |
getWindowId()
Get the window (portlet fragment) id
|
String getUsername()
String getPipeline()
String getWindowId()
String getSessionId()
String getRequestParameter()
String getSessionAttribute()
String getKey()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.