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

Packages that use CacheElement
org.apache.jetspeed.cache   
 

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(Object key, Object content)
          Create a cached element
 CacheElement JetspeedCache.get(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
 



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