Class ProductConfigurationEHCacheAccessImplTest.StringCacheKey
- java.lang.Object
-
- de.hybris.platform.regioncache.key.AbstractCacheKey
-
- de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationEHCacheAccessImplTest.StringCacheKey
-
- All Implemented Interfaces:
CacheKey
- Enclosing class:
- ProductConfigurationEHCacheAccessImplTest
public class ProductConfigurationEHCacheAccessImplTest.StringCacheKey extends AbstractCacheKey
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType
-
-
Constructor Summary
Constructors Constructor Description StringCacheKey(java.lang.Object typeCode, java.lang.String tenantId, java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getKey()
int
hashCode()
-
Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode, toString
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractCacheKey
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classAbstractCacheKey
-
getKey
public java.lang.String getKey()
-
-