Class WebhookBusinessEventTypeCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<WebhookBusinessEventTypeCacheKey,String>
de.hybris.platform.webhookservices.cache.WebhookBusinessEventTypeCache
- All Implemented Interfaces:
IntegrationCache<WebhookBusinessEventTypeCacheKey,String>
public class WebhookBusinessEventTypeCache
extends BaseIntegrationCache<WebhookBusinessEventTypeCacheKey,String>
Webhook business event type cache, which is used to cache event type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcount()Count of all keys in the cache.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
-
WebhookBusinessEventTypeCache
public WebhookBusinessEventTypeCache()
-
-
Method Details
-
toCacheKey
Description copied from class:BaseIntegrationCacheConverts theIntegrationCacheKeyspecific to the implementation to aCacheKey- Specified by:
toCacheKeyin classBaseIntegrationCache<WebhookBusinessEventTypeCacheKey,String> - 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<WebhookBusinessEventTypeCacheKey,String> - Returns:
- class of the values stored in the cache.
-
count
public int count()Count of all keys in the cache.- Returns:
- count of all keys in the cache.
-