Class SimpleScriptCacheKey
- java.lang.Object
-
- de.hybris.platform.scripting.engine.internal.cache.impl.SimpleScriptCacheKey
-
-
Constructor Summary
Constructors Constructor Description SimpleScriptCacheKey(java.lang.String protocol, java.lang.String path, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)CacheUnitValueTypegetCacheValueType()gets value type.java.lang.StringgetPath()java.lang.StringgetProtocol()java.lang.StringgetTenantId()Gets tenantjava.lang.ObjectgetTypeCode()Gets code from typesystem.inthashCode()
-
-
-
Method Detail
-
getCacheValueType
public CacheUnitValueType getCacheValueType()
Description copied from interface:CacheKeygets value type. Currently not used. To be used in hybris 5.- Specified by:
getCacheValueTypein interfaceCacheKey
-
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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getProtocol
public java.lang.String getProtocol()
-
getPath
public java.lang.String getPath()
-
-