Uses of Interface
com.broadleafcommerce.common.extension.cache.api.ImperativeListChainable
-
Packages that use ImperativeListChainable Package Description com.broadleafcommerce.common.extension.cache.api -
-
Uses of ImperativeListChainable in com.broadleafcommerce.common.extension.cache.api
Classes in com.broadleafcommerce.common.extension.cache.api that implement ImperativeListChainable Modifier and Type Class Description class
DefaultImperativeListChainable
Default transition object for holding state during method chaining fromCacheUtility.forListWith(CacheStateManager)
.Methods in com.broadleafcommerce.common.extension.cache.api that return ImperativeListChainable Modifier and Type Method Description static ImperativeListChainable
CacheUtility. forListWith(CacheStateManager cacheStateManager)
Fluent API for working withCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
.ImperativeListChainable
DefaultImperativeListChainable. with(CacheStateManager cacheStateManager)
-