Uses of Interface
de.hybris.platform.integrationservices.cache.IntegrationCacheKey
-
Packages that use IntegrationCacheKey Package Description de.hybris.platform.integrationservices.cache de.hybris.platform.outboundservices.cache de.hybris.platform.outboundservices.cache.impl -
-
Uses of IntegrationCacheKey in de.hybris.platform.integrationservices.cache
Classes in de.hybris.platform.integrationservices.cache with type parameters of type IntegrationCacheKey Modifier and Type Interface Description interfaceIntegrationCache<K extends IntegrationCacheKey,T>Defines operations on a cache -
Uses of IntegrationCacheKey in de.hybris.platform.outboundservices.cache
Subinterfaces of IntegrationCacheKey in de.hybris.platform.outboundservices.cache Modifier and Type Interface Description interfaceDestinationRestTemplateCacheKeyDefines a cache key that uses the destination and rest template as the key -
Uses of IntegrationCacheKey in de.hybris.platform.outboundservices.cache.impl
Classes in de.hybris.platform.outboundservices.cache.impl that implement IntegrationCacheKey Modifier and Type Class Description classDefaultDestinationRestTemplateCacheKeyA cache key that uses the destination and rest template as the unique identifier
-