Uses of Interface
com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
-
Packages that use ContextKeyGen Package Description com.broadleafcommerce.common.extension.cache.api -
-
Uses of ContextKeyGen in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return ContextKeyGen Modifier and Type Method Description ContextKeyGenCacheInfo. getGenerator()TheContextKeyGeninstance responsible for creating a complete and accurate cache key for all the computed members based onimperativeArgs.ContextKeyGenImperativeListCacheInfo. getGenerator()TheContextKeyGeninstance responsible for creating a complete and accurate cache key for all the computed members based onimperativeArgs.Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type ContextKeyGen Modifier and Type Method Description ImperativeListCacheableDefaultImperativeListChainable. andCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object[] args)SingleItemCacheableDefaultSingleItemChainable. andCacheInfo(String cacheName, ContextKeyGen generator, Object[] args)ImperativeListCacheableImperativeListChainable. andCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args)SingleItemCacheableSingleItemChainable. andCacheInfo(String cacheName, ContextKeyGen generator, Object... args)Constructors in com.broadleafcommerce.common.extension.cache.api with parameters of type ContextKeyGen Constructor Description CacheInfo(String cacheName, ContextKeyGen generator, Object[] args)ImperativeListCacheInfo(String cacheName, Function<Object,String> matchValueFunction, ContextKeyGen generator, List<String> imperativeArgs, Object[] args)
-