Interface DestinationRestTemplateCacheKey
-
- All Superinterfaces:
IntegrationCacheKey<DestinationRestTemplateId>
- All Known Implementing Classes:
DefaultDestinationRestTemplateCacheKey
public interface DestinationRestTemplateCacheKey extends IntegrationCacheKey<DestinationRestTemplateId>
Defines a cache key that uses the destination and rest template as the key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDestinationId()Gets the destination idjava.lang.StringgetRestTemplateTypeName()Gets theRestTemplatetype name-
Methods inherited from interface de.hybris.platform.integrationservices.cache.IntegrationCacheKey
getId
-
-