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

Packages that use CacheElement
org.apache.jetspeed.cache   
org.apache.jetspeed.cache.impl   
 

Uses of CacheElement in org.apache.jetspeed.cache
 

Subinterfaces of CacheElement in org.apache.jetspeed.cache
 interface ContentCacheElement
           specialized portlet content cache key
 

Methods in org.apache.jetspeed.cache that return CacheElement
 CacheElement JetspeedCache.createElement(java.lang.Object key, java.lang.Object content)
          Create a cached element
 CacheElement JetspeedCache.get(java.lang.Object key)
          Retrieve an object from the cache
 

Methods in org.apache.jetspeed.cache with parameters of type CacheElement
 void JetspeedCache.put(CacheElement object)
          Put an object into the cache, adding it, or replacing if exists
 

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

Classes in org.apache.jetspeed.cache.impl that implement CacheElement
 class EhCacheDistributedElementImpl
           
 class EhCacheElementImpl
           
 class EhDecorationContentCacheElementImpl
          Wrapper around actual cache element implementation
 class EhPortletContentCacheElementImpl
          Wrapper around actual cache element implementation
 

Methods in org.apache.jetspeed.cache.impl that return CacheElement
 CacheElement EhDecorationContentCacheImpl.createElement(java.lang.Object key, java.lang.Object content)
           
 CacheElement EhCacheImpl.createElement(java.lang.Object key, java.lang.Object content)
           
 CacheElement EhPortletContentCacheImpl.createElement(java.lang.Object key, java.lang.Object content)
           
 CacheElement EhCacheDistributedImpl.createElement(java.lang.Object key, java.lang.Object content)
           
 CacheElement EhCacheDistributedImpl.createElement(java.io.Serializable key, DistributedCacheObject content)
           
 CacheElement EhDecorationContentCacheImpl.get(java.lang.Object key)
           
 CacheElement EhCacheImpl.get(java.lang.Object key)
           
 CacheElement EhPortletContentCacheImpl.get(java.lang.Object key)
           
 CacheElement EhCacheDistributedImpl.get(java.lang.Object key)
           
 CacheElement EhCacheDistributedImpl.get(java.io.Serializable key)
           
 

Methods in org.apache.jetspeed.cache.impl with parameters of type CacheElement
 void EhDecorationContentCacheImpl.put(CacheElement element)
           
 void EhCacheImpl.put(CacheElement element)
           
 void EhPortletContentCacheImpl.put(CacheElement element)
           
 void EhCacheDistributedImpl.put(CacheElement element)
           
 



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