Class CsrfParametersCacheKey
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParametersCacheKey
- All Implemented Interfaces:
IntegrationCacheKey<PK>,CacheKey
A cache key for retrieving/storing
CsrfParameters in IntegrationCache-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CsrfParametersCacheKeyfrom(ConsumedDestinationModel dest) getId()Returns the unique identifier for that represents the keyinthashCode()toString()Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode
-
Method Details
-
from
-
getId
Description copied from interface:IntegrationCacheKeyReturns the unique identifier for that represents the key- Specified by:
getIdin interfaceIntegrationCacheKey<PK>- Returns:
- Id
-
equals
- Overrides:
equalsin classAbstractCacheKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractCacheKey
-
toString
- Overrides:
toStringin classAbstractCacheKey
-