Interface CacheKeyResolverExtensionHandler
- All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
- All Known Implementing Classes:
AbstractCacheKeyResolverExtensionHandler
public interface CacheKeyResolverExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
- Author:
- bpolster
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeupdateCacheKey(StringBuilder stringBuilder, boolean hasProducts) The passed in StringBuilder represents the current state of the cache key prior to running any extension handlers.Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
updateCacheKey
org.broadleafcommerce.common.extension.ExtensionResultStatusType updateCacheKey(StringBuilder stringBuilder, boolean hasProducts) The passed in StringBuilder represents the current state of the cache key prior to running any extension handlers.Any implementations of this processor can read modify the passed in stringBuilder as needed.
- Parameters:
stringBuilder-hasProducts-- Returns:
-