Uses of Interface
com.broadleafcommerce.common.extension.cache.api.ImperativeListCacheable
-
Packages that use ImperativeListCacheable Package Description com.broadleafcommerce.common.extension.cache.api -
-
Uses of ImperativeListCacheable in com.broadleafcommerce.common.extension.cache.api
Classes in com.broadleafcommerce.common.extension.cache.api that implement ImperativeListCacheable 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 ImperativeListCacheable Modifier and Type Method Description ImperativeListCacheable
DefaultImperativeListChainable. andCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object[] args)
ImperativeListCacheable
ImperativeListChainable. andCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args)
ImperativeListCacheable
DefaultImperativeListChainable. andEntityInfo(Function<String,EntityInfo> factoryFunction)
ImperativeListCacheable
ImperativeListCacheable. andEntityInfo(Function<String,EntityInfo> factoryFunction)
Optional.
-