Class DefaultAsCacheKey
java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsCacheKey
- All Implemented Interfaces:
AsCacheKey,Serializable
Default implementation of
AsCacheKey.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAsCacheKey(AsCacheScope scope, Serializable... keyFragments) Default constructor. -
Method Summary
-
Constructor Details
-
DefaultAsCacheKey
Default constructor.- Parameters:
scope- - the cache key scopekeyFragments- - the fragments of the cache key
-
-
Method Details
-
getScope
Description copied from interface:AsCacheKeyReturns the scope of the cache key.- Specified by:
getScopein interfaceAsCacheKey- Returns:
- the scope of the cache key
-
toString
-
equals
-
hashCode
public int hashCode()
-