Class WebhookConvertedItemCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<WebhookDeletedItemCacheKey,WebhookItemPayload>
de.hybris.platform.webhookservices.cache.WebhookConvertedItemCache
- All Implemented Interfaces:
IntegrationCache<WebhookDeletedItemCacheKey,WebhookItemPayload>
public class WebhookConvertedItemCache
extends BaseIntegrationCache<WebhookDeletedItemCacheKey,WebhookItemPayload>
Cache for a deleted item to be sent to a webhook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<WebhookItemPayload>Retrieves concrete class of the cached values.protected CacheKeyConverts theIntegrationCacheKeyspecific to the implementation to aCacheKeyMethods inherited from class de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache
contains, get, getCache, load, log, put, remove, setCacheRegion
-
Constructor Details
-
WebhookConvertedItemCache
public WebhookConvertedItemCache()
-
-
Method Details
-
toCacheKey
Description copied from class:BaseIntegrationCacheConverts theIntegrationCacheKeyspecific to the implementation to aCacheKey- Specified by:
toCacheKeyin classBaseIntegrationCache<WebhookDeletedItemCacheKey,WebhookItemPayload> - Parameters:
key- an integration key to convert- Returns:
- converted cache key
-
getValueType
Description copied from class:BaseIntegrationCacheRetrieves concrete class of the cached values.- Specified by:
getValueTypein classBaseIntegrationCache<WebhookDeletedItemCacheKey,WebhookItemPayload> - Returns:
- class of the values stored in the cache.
-