Uses of Class
de.hybris.platform.regioncache.key.CacheUnitValueType
-
-
Uses of CacheUnitValueType in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeDefaultCmsCacheKeyProvider.CmsCacheKey. getCacheValueType() -
Uses of CacheUnitValueType in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeDefaultAsCacheStrategy.HybrisAsCacheKey. getCacheValueType() -
Uses of CacheUnitValueType in de.hybris.platform.media.storage.impl
Methods in de.hybris.platform.media.storage.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeDefaultLocalMediaFileCacheService.MediaCacheKey. getCacheValueType() -
Uses of CacheUnitValueType in de.hybris.platform.regioncache.key
Fields in de.hybris.platform.regioncache.key declared as CacheUnitValueType Modifier and Type Field Description protected CacheUnitValueTypeAbstractCacheKey. valueTypeDefines if associated value is SERIALIZABLE or NON_SERIALIZABLE.Methods in de.hybris.platform.regioncache.key that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeAbstractCacheKey. getCacheValueType()gets value type.CacheUnitValueTypeCacheKey. getCacheValueType()gets value type.static CacheUnitValueTypeCacheUnitValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheUnitValueType[]CacheUnitValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.regioncache.key with parameters of type CacheUnitValueType Constructor Description AbstractCacheKey(CacheUnitValueType valueType, java.lang.Object typeCode, java.lang.String tenantId)Creates key for supplied type and value type. -
Uses of CacheUnitValueType in de.hybris.platform.regioncache.key.legacy
Methods in de.hybris.platform.regioncache.key.legacy that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeAbstractRegioncacheUnit. getCacheValueType()Deprecated. -
Uses of CacheUnitValueType in de.hybris.platform.regioncache.test
Constructors in de.hybris.platform.regioncache.test with parameters of type CacheUnitValueType Constructor Description TestCacheKey(java.lang.Object keyName, CacheUnitValueType unitType, java.lang.String typeCode)TestCacheKey(java.lang.Object keyName, java.lang.String tenant, CacheUnitValueType unitType, java.lang.String typeCode)TestCacheKey(java.lang.String keyName, CacheUnitValueType unitType) -
Uses of CacheUnitValueType in de.hybris.platform.sap.core.bol.cache
Methods in de.hybris.platform.sap.core.bol.cache that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeGenericCacheKey. getCacheValueType()Constructors in de.hybris.platform.sap.core.bol.cache with parameters of type CacheUnitValueType Constructor Description GenericCacheKey(java.lang.Object[] keys, java.lang.String typeCode, java.lang.String tenant, CacheUnitValueType valueType)Creates GenericCacheKey for given array of keys, type code, tenant and value type.GenericCacheKey(java.lang.Object key, java.lang.String typeCode, java.lang.String tenant, CacheUnitValueType valueType)Creates GenericCacheKey for given key, type code, tenant and value type. -
Uses of CacheUnitValueType in de.hybris.platform.sap.core.jco.connection.impl
Methods in de.hybris.platform.sap.core.jco.connection.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeJCoManagedFunctionCacheKey. getCacheValueType() -
Uses of CacheUnitValueType in de.hybris.platform.sap.productconfig.runtime.interf.cache.impl
Constructors in de.hybris.platform.sap.productconfig.runtime.interf.cache.impl with parameters of type CacheUnitValueType Constructor Description ProductConfigurationCacheKey(java.util.Map<java.lang.String,java.lang.String> keys, CacheUnitValueType valueType, java.lang.String typeCode, java.lang.String tenantId)Default constructor -
Uses of CacheUnitValueType in de.hybris.platform.scripting.engine.internal.cache.impl
Methods in de.hybris.platform.scripting.engine.internal.cache.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeModelScriptCacheKey. getCacheValueType()CacheUnitValueTypeSimpleScriptCacheKey. getCacheValueType() -
Uses of CacheUnitValueType in de.hybris.platform.solrfacetsearch.config.cache.impl
Methods in de.hybris.platform.solrfacetsearch.config.cache.impl that return CacheUnitValueType Modifier and Type Method Description CacheUnitValueTypeFacetSearchConfigCacheKey. getCacheValueType()
-