Class AbstractCacheKeyResolverExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.web.service.AbstractCacheKeyResolverExtensionHandler
- All Implemented Interfaces:
ExtensionHandler,CacheKeyResolverExtensionHandler
public class AbstractCacheKeyResolverExtensionHandler
extends AbstractExtensionHandler
implements CacheKeyResolverExtensionHandler
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
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 class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractCacheKeyResolverExtensionHandler
public AbstractCacheKeyResolverExtensionHandler()
-
-
Method Details
-
updateCacheKey
Description copied from interface:CacheKeyResolverExtensionHandlerThe 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.
- Specified by:
updateCacheKeyin interfaceCacheKeyResolverExtensionHandler- Returns:
-