Package | Description |
---|---|
org.apache.jetspeed.aggregator | |
org.apache.jetspeed.cache |
Modifier and Type | Method and Description |
---|---|
ContentCacheKey |
PortletContent.getCacheKey()
Get the cache key used to cache this content
|
Modifier and Type | Method and Description |
---|---|
ContentCacheKey |
JetspeedCache.createCacheKey(RequestContext rc,
String windowId)
Create a portlet content cache key based on dynamic request context information and a window id
|
ContentCacheKey |
ContentCacheKeyGenerator.createCacheKey(RequestContext context,
String windowId)
Normalized and pluggable cache key generator
|
ContentCacheKey |
ContentCacheKeyGenerator.createSessionCacheKey(String sessionid,
String pipeline,
String windowId)
Create a cache key without request context information, but by providing required parameters sessinid and windowid
|
ContentCacheKey |
ContentCacheKeyGenerator.createUserCacheKey(String username,
String pipeline,
String windowId)
Create a cache key without request context information, but by providing required parameters username and windowid
|
ContentCacheKey |
ContentCacheElement.getContentCacheKey() |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.