Class WebhookDeletedItemCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<WebhookDeletedItemCacheKey,ItemModel>
de.hybris.platform.webhookservices.cache.WebhookDeletedItemCache
- All Implemented Interfaces:
IntegrationCache<WebhookDeletedItemCacheKey,ItemModel>
public class WebhookDeletedItemCache
extends BaseIntegrationCache<WebhookDeletedItemCacheKey,ItemModel>
Webhook deleted item cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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
-
WebhookDeletedItemCache
public WebhookDeletedItemCache()
-
-
Method Details
-
toCacheKey
Description copied from class:BaseIntegrationCacheConverts theIntegrationCacheKeyspecific to the implementation to aCacheKey- Specified by:
toCacheKeyin classBaseIntegrationCache<WebhookDeletedItemCacheKey,ItemModel> - 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,ItemModel> - Returns:
- class of the values stored in the cache.
-