Package com.hybris.backoffice.cache.impl
Class ObjectCacheKey
- java.lang.Object
-
- de.hybris.platform.regioncache.key.AbstractCacheKey
-
- com.hybris.backoffice.cache.impl.ObjectCacheKey
-
- All Implemented Interfaces:
CacheKey
public class ObjectCacheKey extends AbstractCacheKey
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType
-
-
Constructor Summary
Constructors Constructor Description ObjectCacheKey(java.lang.Object typeCode, java.lang.Object objectKey, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.ObjectgetObjectKey()inthashCode()java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractCacheKey
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCacheKey
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractCacheKey
-
getObjectKey
public java.lang.Object getObjectKey()
-
-