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

Packages that use ContentCacheKey
org.apache.jetspeed.aggregator   
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.cache   
org.apache.jetspeed.cache.impl   
org.apache.portals.gems.util   
 

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.aggregator.impl
 

Methods in org.apache.jetspeed.aggregator.impl that return ContentCacheKey
 ContentCacheKey PortletContentImpl.getCacheKey()
           
 

Uses of ContentCacheKey in org.apache.jetspeed.cache
 

Methods in org.apache.jetspeed.cache that return ContentCacheKey
 ContentCacheKey JetspeedCache.createCacheKey(RequestContext rc, java.lang.String windowId)
          Create a portlet content cache key based on dynamic request context information and a window id
 ContentCacheKey ContentCacheKeyGenerator.createCacheKey(RequestContext context, java.lang.String windowId)
          Normalized and pluggable cache key generator
 ContentCacheKey ContentCacheKeyGenerator.createSessionCacheKey(java.lang.String sessionid, java.lang.String pipeline, java.lang.String windowId)
          Create a cache key without request context information, but by providing required parameters sessinid and windowid
 ContentCacheKey ContentCacheKeyGenerator.createUserCacheKey(java.lang.String username, java.lang.String pipeline, java.lang.String windowId)
          Create a cache key without request context information, but by providing required parameters username and windowid
 ContentCacheKey ContentCacheElement.getContentCacheKey()
           
 

Uses of ContentCacheKey in org.apache.jetspeed.cache.impl
 

Classes in org.apache.jetspeed.cache.impl that implement ContentCacheKey
 class JetspeedContentCacheKey
          The content cache key holds an immutable cache key definition.
 

Methods in org.apache.jetspeed.cache.impl that return ContentCacheKey
 ContentCacheKey EhDecorationContentCacheImpl.createCacheKey(RequestContext context, java.lang.String windowId)
           
 ContentCacheKey EhCacheImpl.createCacheKey(RequestContext rc, java.lang.String windowId)
           
 ContentCacheKey EhPortletContentCacheImpl.createCacheKey(RequestContext context, java.lang.String windowId)
           
 ContentCacheKey JetspeedCacheKeyGenerator.createCacheKey(RequestContext context, java.lang.String windowId)
           
 ContentCacheKey JetspeedCacheKeyGenerator.createSessionCacheKey(java.lang.String sessionId, java.lang.String pipeline, java.lang.String windowId)
           
 ContentCacheKey JetspeedCacheKeyGenerator.createUserCacheKey(java.lang.String username, java.lang.String pipeline, java.lang.String windowId)
           
 ContentCacheKey EhPortletContentCacheElementImpl.getContentCacheKey()
           
 ContentCacheKey EhDecorationContentCacheElementImpl.getContentCacheKey()
           
 

Constructors in org.apache.jetspeed.cache.impl with parameters of type ContentCacheKey
EhDecorationContentCacheElementImpl(net.sf.ehcache.Element element, ContentCacheKey cckey)
           
EhPortletContentCacheElementImpl(net.sf.ehcache.Element element, ContentCacheKey cckey)
           
 

Uses of ContentCacheKey in org.apache.portals.gems.util
 

Methods in org.apache.portals.gems.util that return ContentCacheKey
 ContentCacheKey PortletContentImpl.getCacheKey()
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.