Uses of Interface
com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
Packages that use ContextKeyGen
-
Uses of ContextKeyGen in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return ContextKeyGenModifier and TypeMethodDescriptionCacheInfo.getGenerator()TheContextKeyGeninstance responsible for creating a complete and accurate cache key for all the computed members based onimperativeArgs.ImperativeListCacheInfo.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 ContextKeyGenModifier and TypeMethodDescriptionDefaultImperativeListChainable.andCacheInfo(String cacheName, Function<Object, String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object[] args) DefaultSingleItemChainable.andCacheInfo(String cacheName, ContextKeyGen generator, Object[] args) ImperativeListChainable.andCacheInfo(String cacheName, Function<Object, String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args) SingleItemChainable.andCacheInfo(String cacheName, ContextKeyGen generator, Object... args) Constructors in com.broadleafcommerce.common.extension.cache.api with parameters of type ContextKeyGenModifierConstructorDescriptionCacheInfo(String cacheName, ContextKeyGen generator, Object[] args) ImperativeListCacheInfo(String cacheName, Function<Object, String> matchValueFunction, ContextKeyGen generator, List<String> imperativeArgs, Object[] args)