Class TestCacheKey
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
de.hybris.platform.regioncache.test.TestCacheKey
- All Implemented Interfaces:
CacheKey
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Constructor Summary
ConstructorsConstructorDescriptionTestCacheKey(Object keyName) TestCacheKey(Object keyName, CacheUnitValueType unitType, String typeCode) TestCacheKey(Object keyName, String tenant, CacheUnitValueType unitType, String typeCode) TestCacheKey(String keyName, CacheUnitValueType unitType) -
Method Summary
Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode
-
Constructor Details
-
TestCacheKey
-
TestCacheKey
-
TestCacheKey
-
TestCacheKey
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractCacheKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractCacheKey
-
equals
- Overrides:
equalsin classAbstractCacheKey
-
getKeyName
- Returns:
- the keyName
-