Uses of Interface
org.hippoecm.hst.cache.CacheElement
Packages that use CacheElement
-
Uses of CacheElement in org.hippoecm.hst.cache
Methods in org.hippoecm.hst.cache that return CacheElementModifier 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.Methods in org.hippoecm.hst.cache with parameters of type CacheElementMethod parameters in org.hippoecm.hst.cache with type arguments of type CacheElementModifier 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.