Interface RestTemplateCache
-
- All Superinterfaces:
IntegrationCache<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate>
- All Known Implementing Classes:
DestinationRestTemplateCache
public interface RestTemplateCache extends IntegrationCache<DestinationRestTemplateCacheKey,org.springframework.web.client.RestTemplate>
Defines the interface for cachingRestTemplate
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.integrationservices.cache.IntegrationCache
contains, get, put, remove
-
-