Uses of Interface
org.hippoecm.hst.cache.CacheElement
-
Uses of CacheElement in org.hippoecm.hst.cache
Modifier and TypeMethodDescriptionHstCache.createElement
(Object key, Object content) HstCache.createUncacheableElement
(Object key, Object content) HstCache.get
(Object key, Callable<? extends CacheElement> valueLoader) Returns cached object associated with thekey
in the cache, obtaining that value from thevalueLoader
if necessary.Modifier and TypeMethodDescriptionHstCache.get
(Object key, Callable<? extends CacheElement> valueLoader) Returns cached object associated with thekey
in the cache, obtaining that value from thevalueLoader
if necessary.