Uses of Interface
org.hippoecm.hst.cache.CacheElement

Packages that use CacheElement
org.hippoecm.hst.cache   
org.hippoecm.hst.cache.ehcache   
 

Uses of CacheElement in org.hippoecm.hst.cache
 

Classes in org.hippoecm.hst.cache that implement CacheElement
static class NOOPHstCache.NOOPCacheElement
           
 

Methods in org.hippoecm.hst.cache that return CacheElement
 CacheElement NOOPHstCache.createElement(Object key, Object content)
           
 CacheElement HstCache.createElement(Object key, Object content)
           
 CacheElement NOOPHstCache.get(Object key)
           
 CacheElement HstCache.get(Object key)
           
 

Methods in org.hippoecm.hst.cache with parameters of type CacheElement
 void NOOPHstCache.put(CacheElement object)
           
 void HstCache.put(CacheElement object)
           
 

Uses of CacheElement in org.hippoecm.hst.cache.ehcache
 

Methods in org.hippoecm.hst.cache.ehcache that return CacheElement
 CacheElement HstCacheEhCacheImpl.createElement(Object key, Object content)
           
 CacheElement HstCacheEhCacheImpl.get(Object key)
           
 

Methods in org.hippoecm.hst.cache.ehcache with parameters of type CacheElement
 void HstCacheEhCacheImpl.put(CacheElement element)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.