Uses of Interface
org.hippoecm.hst.cache.CacheElement
-
Packages that use CacheElement Package Description org.hippoecm.hst.cache -
-
Uses of CacheElement in org.hippoecm.hst.cache
Methods in org.hippoecm.hst.cache that return CacheElement Modifier and Type Method Description CacheElement
HstCache. createElement(Object key, Object content)
CacheElement
HstCache. createUncacheableElement(Object key, Object content)
CacheElement
HstCache. get(Object key)
CacheElement
HstCache. get(Object key, Callable<? extends CacheElement> valueLoader)
Methods in org.hippoecm.hst.cache with parameters of type CacheElement Modifier and Type Method Description void
HstCache. put(CacheElement object)
Method parameters in org.hippoecm.hst.cache with type arguments of type CacheElement Modifier and Type Method Description CacheElement
HstCache. get(Object key, Callable<? extends CacheElement> valueLoader)
-