Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationCacheKey
-
-
Uses of ProductConfigurationCacheKey in de.hybris.platform.sap.productconfig.runtime.cps.cache
Methods in de.hybris.platform.sap.productconfig.runtime.cps.cache that return ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheKeyCPSCacheKeyGenerator. createConfigurationCacheKey(java.lang.String configId)Creates a cache key for the configuration cache regionProductConfigurationCacheKeyCPSCacheKeyGenerator. createCookieCacheKey(java.lang.String configId)Creates a cache key for the cookie cache regionProductConfigurationCacheKeyCPSCacheKeyGenerator. createKnowledgeBaseHeadersCacheKey(java.lang.String product)Creates a cache key for the knowledgebase headers cache regionProductConfigurationCacheKeyCPSCacheKeyGenerator. createMasterDataCacheKey(java.lang.String kbId, java.lang.String lang)Creates a cache key for the master data cache regionProductConfigurationCacheKeyCPSCacheKeyGenerator. createValuePricesCacheKey(java.lang.String kbId, java.lang.String pricingProduct)Creates a cache key for the value prices cache regionMethods in de.hybris.platform.sap.productconfig.runtime.cps.cache that return types with arguments of type ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<CPSMasterDataKBHeaderInfo>>KnowledgeBaseHeadersCacheAccessService. getCache()Access the Cache Region objectProductConfigurationCacheAccess<ProductConfigurationCacheKey,CPSMasterDataKnowledgeBaseContainer>MasterDataCacheAccessService. getCache()Access the Cache Region object -
Uses of ProductConfigurationCacheKey in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl that return ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheKeyCPSCacheKeyGeneratorImpl. createConfigurationCacheKey(java.lang.String configId)ProductConfigurationCacheKeyCPSCacheKeyGeneratorImpl. createCookieCacheKey(java.lang.String configId)ProductConfigurationCacheKeyCPSCacheKeyGeneratorImpl. createKnowledgeBaseHeadersCacheKey(java.lang.String product)ProductConfigurationCacheKeyCPSCacheKeyGeneratorImpl. createMasterDataCacheKey(java.lang.String kbId, java.lang.String lang)ProductConfigurationCacheKeyCPSCacheKeyGeneratorImpl. createValuePricesCacheKey(java.lang.String kbId, java.lang.String pricingProduct)Methods in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl that return types with arguments of type ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<CPSMasterDataKBHeaderInfo>>KnowledgeBaseHeadersCacheAccessServiceImpl. getCache()ProductConfigurationCacheAccess<ProductConfigurationCacheKey,CPSMasterDataKnowledgeBaseContainer>MasterDataCacheAccessServiceImpl. getCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,CPSConfiguration>CPSCacheImpl. getConfigurationCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<java.lang.String>>CPSCacheImpl. getCookieCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>CPSCacheImpl. getValuePricesCache()Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl with type arguments of type ProductConfigurationCacheKey Modifier and Type Method Description voidKnowledgeBaseHeadersCacheAccessServiceImpl. setCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<CPSMasterDataKBHeaderInfo>> cache)voidMasterDataCacheAccessServiceImpl. setCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,CPSMasterDataKnowledgeBaseContainer> cache)voidCPSCacheImpl. setConfigurationCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,CPSConfiguration> configurationCache)voidCPSCacheImpl. setCookieCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<java.lang.String>> cookieCache)voidCPSCacheImpl. setValuePricesCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>> valuePricesCache) -
Uses of ProductConfigurationCacheKey in de.hybris.platform.sap.productconfig.services.cache
Methods in de.hybris.platform.sap.productconfig.services.cache that return ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheKeyCacheKeyGenerator. createAnalyticsDataCacheKey(java.lang.String configId)Creates a cache key for the analytics data cache regionProductConfigurationCacheKeyCacheKeyGenerator. createClassificationSystemCPQAttributesCacheKey(java.lang.String productCode)Creates a cache key for the classification system CPQ attributes cache regionProductConfigurationCacheKeyCacheKeyGenerator. createConfigCacheKey(java.lang.String configId)Creates a cache key for the configuration cache regionProductConfigurationCacheKeyCacheKeyGenerator. createPriceSummaryCacheKey(java.lang.String configId)Creates a cache key for the price summary cache region -
Uses of ProductConfigurationCacheKey in de.hybris.platform.sap.productconfig.services.cache.impl
Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return ProductConfigurationCacheKey Modifier and Type Method Description ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createAnalyticsDataCacheKey(java.lang.String configId)protected ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createCacheKey(java.lang.String configId, java.lang.String typeCode)protected ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createCacheKeyWithoutUserKey(java.lang.String productCode, java.lang.String typeCode)ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createClassificationSystemCPQAttributesCacheKey(java.lang.String productCode)ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createConfigCacheKey(java.lang.String configId)ProductConfigurationCacheKeyCacheKeyGeneratorImpl. createPriceSummaryCacheKey(java.lang.String configId)Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return types with arguments of type ProductConfigurationCacheKey Modifier and Type Method Description protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,AnalyticsDocument>ProductConfigurationCacheAccessServiceImpl. getAnalyticsCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>>ProductConfigurationCacheAccessServiceImpl. getClassificationSystemCPQAttributesCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,ConfigModel>ProductConfigurationCacheAccessServiceImpl. getConfigCache()protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,PriceSummaryModel>ProductConfigurationCacheAccessServiceImpl. getPriceSummaryCache()Method parameters in de.hybris.platform.sap.productconfig.services.cache.impl with type arguments of type ProductConfigurationCacheKey Modifier and Type Method Description voidProductConfigurationCacheAccessServiceImpl. setAnalyticsCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,AnalyticsDocument> analyticsCache)voidProductConfigurationCacheAccessServiceImpl. setClassificationSystemCPQAttributesCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>> classificationSystemCPQAttributesCache)voidProductConfigurationCacheAccessServiceImpl. setConfigCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,ConfigModel> configCache)voidProductConfigurationCacheAccessServiceImpl. setPriceSummaryCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,PriceSummaryModel> priceSummaryCache)
-