Class DestinationRestTemplateCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate>
de.hybris.platform.outboundservices.cache.impl.DestinationRestTemplateCache
- All Implemented Interfaces:
IntegrationCache<DestinationRestTemplateCacheKey,,org.springframework.web.client.RestTemplate> RestTemplateCache
public class DestinationRestTemplateCache
extends BaseIntegrationCache<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate>
implements RestTemplateCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<org.springframework.web.client.RestTemplate>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, setCacheRegionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.integrationservices.cache.IntegrationCache
contains, get, put, remove
-
Constructor Details
-
DestinationRestTemplateCache
public DestinationRestTemplateCache()
-
-
Method Details
-
toCacheKey
Description copied from class:BaseIntegrationCacheConverts theIntegrationCacheKeyspecific to the implementation to aCacheKey- Specified by:
toCacheKeyin classBaseIntegrationCache<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate> - 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<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate> - Returns:
- class of the values stored in the cache.
-