Interface CacheKeyResolverExtensionHandler
- All Superinterfaces:
ExtensionHandler
- All Known Implementing Classes:
AbstractCacheKeyResolverExtensionHandler
- Author:
- bpolster
-
Method Summary
Modifier and TypeMethodDescriptionupdateCacheKey(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
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:
-