Class DefaultCmsCacheKeyProvider.CmsCacheKey
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.component.cache.impl.DefaultCmsCacheKeyProvider.CmsCacheKey
-
- All Implemented Interfaces:
CacheKey
- Enclosing class:
- DefaultCmsCacheKeyProvider
public static class DefaultCmsCacheKeyProvider.CmsCacheKey extends java.lang.Object implements CacheKey
-
-
Constructor Summary
Constructors Constructor Description CmsCacheKey(java.lang.String key, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CacheUnitValueTypegetCacheValueType()gets value type.java.lang.StringgetTenantId()Gets tenantjava.lang.ObjectgetTypeCode()Gets code from typesystem.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getTypeCode
public java.lang.Object getTypeCode()
Description copied from interface:CacheKeyGets code from typesystem.- Specified by:
getTypeCodein interfaceCacheKey
-
getTenantId
public java.lang.String getTenantId()
Description copied from interface:CacheKeyGets tenant- Specified by:
getTenantIdin interfaceCacheKey
-
getCacheValueType
public CacheUnitValueType getCacheValueType()
Description copied from interface:CacheKeygets value type. Currently not used. To be used in hybris 5.- Specified by:
getCacheValueTypein interfaceCacheKey
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-