Uses of Interface
org.apache.jetspeed.cache.ContentCacheKey

Packages that use ContentCacheKey
org.apache.jetspeed.aggregator   
org.apache.jetspeed.cache   
 

Uses of ContentCacheKey in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator that return ContentCacheKey
 ContentCacheKey PortletContent.getCacheKey()
          Get the cache key used to cache this content
 

Uses of ContentCacheKey in org.apache.jetspeed.cache
 

Methods in org.apache.jetspeed.cache that return ContentCacheKey
 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-2007 Apache Software Foundation. All Rights Reserved.