Interface CacheKeyResolverExtensionHandler

All Superinterfaces:
ExtensionHandler
All Known Implementing Classes:
AbstractCacheKeyResolverExtensionHandler

public interface CacheKeyResolverExtensionHandler extends ExtensionHandler
Author:
bpolster
  • Method Details

    • updateCacheKey

      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: