Uses of Interface
de.hybris.platform.outboundservices.cache.DestinationRestTemplateCacheKey
-
Packages that use DestinationRestTemplateCacheKey Package Description de.hybris.platform.outboundservices.cache.impl de.hybris.platform.outboundservices.client.impl -
-
Uses of DestinationRestTemplateCacheKey in de.hybris.platform.outboundservices.cache.impl
Classes in de.hybris.platform.outboundservices.cache.impl that implement DestinationRestTemplateCacheKey Modifier and Type Class Description classDefaultDestinationRestTemplateCacheKeyA cache key that uses the destination and rest template as the unique identifierMethods in de.hybris.platform.outboundservices.cache.impl with parameters of type DestinationRestTemplateCacheKey Modifier and Type Method Description booleanDestinationRestTemplateCache. contains(DestinationRestTemplateCacheKey key)org.springframework.web.client.RestTemplateDestinationRestTemplateCache. get(DestinationRestTemplateCacheKey key)protected CacheKeyDestinationRestTemplateCache. internalKey(DestinationRestTemplateCacheKey key)voidDestinationRestTemplateCache. put(DestinationRestTemplateCacheKey key, org.springframework.web.client.RestTemplate item)org.springframework.web.client.RestTemplateDestinationRestTemplateCache. remove(DestinationRestTemplateCacheKey key) -
Uses of DestinationRestTemplateCacheKey in de.hybris.platform.outboundservices.client.impl
Methods in de.hybris.platform.outboundservices.client.impl that return DestinationRestTemplateCacheKey Modifier and Type Method Description protected DestinationRestTemplateCacheKeyAbstractRestTemplateCreator. createDestinationRestTemplateCacheKey(ConsumedDestinationModel destination)
-