Uses of Interface
de.hybris.platform.integrationservices.cache.IntegrationCache
Packages that use IntegrationCache
Package
Description
-
Uses of IntegrationCache in de.hybris.platform.integrationservices.cache.impl
Classes in de.hybris.platform.integrationservices.cache.impl that implement IntegrationCache -
Uses of IntegrationCache in de.hybris.platform.outboundservices.cache
Subinterfaces of IntegrationCache in de.hybris.platform.outboundservices.cacheModifier and TypeInterfaceDescriptioninterfaceDefines the interface for cachingRestTemplate -
Uses of IntegrationCache in de.hybris.platform.outboundservices.cache.impl
Classes in de.hybris.platform.outboundservices.cache.impl that implement IntegrationCache -
Uses of IntegrationCache in de.hybris.platform.outboundservices.decorator.impl.csrf
Classes in de.hybris.platform.outboundservices.decorator.impl.csrf that implement IntegrationCacheMethods in de.hybris.platform.outboundservices.decorator.impl.csrf that return IntegrationCacheModifier and TypeMethodDescriptionprotected IntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> DefaultCsrfOutboundRequestDecorator.getCache()Methods in de.hybris.platform.outboundservices.decorator.impl.csrf with parameters of type IntegrationCacheModifier and TypeMethodDescriptionvoidDefaultCsrfOutboundRequestDecorator.setCache(IntegrationCache<CsrfParametersCacheKey, de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> cache) -
Uses of IntegrationCache in de.hybris.platform.webhookservices.cache
Classes in de.hybris.platform.webhookservices.cache that implement IntegrationCacheModifier and TypeClassDescriptionclassCache for a deleted item to be sent to a webhookclassWebhook deleted item cache.Constructors in de.hybris.platform.webhookservices.cache with parameters of type IntegrationCacheModifierConstructorDescriptionDefaultWebhookCacheService(@NotNull IntegrationCache<WebhookDeletedItemCacheKey, WebhookItemPayload> itemPayloadsCache, @NotNull IntegrationCache<WebhookDeletedItemCacheKey, ItemModel> deletedItemCache, @NotNull WebhookConfigurationService configurationService, @NotNull org.springframework.core.convert.converter.Converter<ItemModel, Set<WebhookItemConversion>> itemPayloadConverter) Instantiates a newWebhookCacheService