Uses of Class
de.hybris.platform.webhookservices.cache.WebhookDeletedItemCacheKey
Packages that use WebhookDeletedItemCacheKey
-
Uses of WebhookDeletedItemCacheKey in de.hybris.platform.webhookservices.cache
Methods in de.hybris.platform.webhookservices.cache that return WebhookDeletedItemCacheKeyModifier and TypeMethodDescriptionstatic WebhookDeletedItemCacheKeyCreates an instance ofWebhookDeletedItemCacheKey.Methods in de.hybris.platform.webhookservices.cache with parameters of type WebhookDeletedItemCacheKeyModifier and TypeMethodDescriptionprotected CacheKeyWebhookConvertedItemCache.toCacheKey(WebhookDeletedItemCacheKey key) protected CacheKeyWebhookDeletedItemCache.toCacheKey(WebhookDeletedItemCacheKey key) Constructor parameters in de.hybris.platform.webhookservices.cache with type arguments of type WebhookDeletedItemCacheKeyModifierConstructorDescriptionDefaultWebhookCacheService(@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