Uses of Class
com.broadleafcommerce.common.extension.cache.api.ImperativeListCacheInfo
-
Packages that use ImperativeListCacheInfo Package Description com.broadleafcommerce.common.extension.cache com.broadleafcommerce.common.extension.cache.api -
-
Uses of ImperativeListCacheInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type ImperativeListCacheInfo Modifier and Type Method Description <P> List<P>
CacheStateManager. computeIfAbsent(Function<List<String>,List<P>> computeFunction, ImperativeListCacheInfo cacheInfo)
Given aFunction
instance meant to generate values that are cacheable, check the cache using keys based on a collection of imperative key fragments. -
Uses of ImperativeListCacheInfo in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return ImperativeListCacheInfo Modifier and Type Method Description ImperativeListCacheInfo
DefaultImperativeListChainable. getImperativeListCacheInfo()
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type ImperativeListCacheInfo Modifier and Type Method Description void
DefaultImperativeListChainable. setImperativeListCacheInfo(ImperativeListCacheInfo imperativeListCacheInfo)
-