Class DefaultAsCacheKey

java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsCacheKey
All Implemented Interfaces:
AsCacheKey, Serializable

public class DefaultAsCacheKey extends Object implements AsCacheKey
Default implementation of AsCacheKey.
See Also:
  • Constructor Details

    • DefaultAsCacheKey

      public DefaultAsCacheKey(AsCacheScope scope, Serializable... keyFragments)
      Default constructor.
      Parameters:
      scope - - the cache key scope
      keyFragments - - the fragments of the cache key
  • Method Details