Class RenderingCacheKey
java.lang.Object
de.hybris.platform.cmsfacades.rendering.cache.dto.RenderingCacheKey
- All Implemented Interfaces:
CacheKey
Default implementation of rendering cache key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangets value type.Gets tenantGets code from typesystem.inthashCode()
-
Constructor Details
-
RenderingCacheKey
-
-
Method Details
-
getCacheValueType
Description copied from interface:CacheKeygets value type. Currently not used. To be used in hybris 5.- Specified by:
getCacheValueTypein interfaceCacheKey
-
getTypeCode
Description copied from interface:CacheKeyGets code from typesystem.- Specified by:
getTypeCodein interfaceCacheKey
-
getTenantId
Description copied from interface:CacheKeyGets tenant- Specified by:
getTenantIdin interfaceCacheKey
-
hashCode
public int hashCode() -
equals
-