Uses of Class
com.broadleafcommerce.common.extension.cache.api.ImperativeListCacheInfo
Packages that use ImperativeListCacheInfo
Package
Description
-
Uses of ImperativeListCacheInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type ImperativeListCacheInfoModifier and TypeMethodDescription<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 ImperativeListCacheInfoMethods in com.broadleafcommerce.common.extension.cache.api with parameters of type ImperativeListCacheInfoModifier and TypeMethodDescriptionvoid
DefaultImperativeListChainable.setImperativeListCacheInfo
(ImperativeListCacheInfo imperativeListCacheInfo)