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 Constructor Description DestinationRestTemplateCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.Class<org.springframework.web.client.RestTemplate>getValueType()Retrieves concrete class of the cached values.protected CacheKeyinternalKey(DestinationRestTemplateCacheKey key)Deprecated, for removal: This API element is subject to removal in a future version.renamed totoCacheKey(DestinationRestTemplateCacheKey)protected CacheKeytoCacheKey(DestinationRestTemplateCacheKey key)Converts theIntegrationCacheKeyspecific to the implementation to aCacheKey-
Methods inherited from class de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache
contains, get, getCache, load, log, put, remove, setCacheRegion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.integrationservices.cache.IntegrationCache
contains, get, put, remove
-
-
-
-
Method Detail
-
toCacheKey
protected CacheKey toCacheKey(DestinationRestTemplateCacheKey key)
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
-
internalKey
@Deprecated(since="1905.08-CEP", forRemoval=true) protected CacheKey internalKey(DestinationRestTemplateCacheKey key)Deprecated, for removal: This API element is subject to removal in a future version.renamed totoCacheKey(DestinationRestTemplateCacheKey)Converts provided cache key to the key used by the wrapped cache implementation- Parameters:
key- key used by this class clients- Returns:
- key used by the internal cache implementation
-
getValueType
protected java.lang.Class<org.springframework.web.client.RestTemplate> 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.
-
-