Uses of Interface
de.hybris.platform.integrationservices.cache.IntegrationCacheKey
-
-
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.integrationservices.cache.impl
Classes in de.hybris.platform.integrationservices.cache.impl with type parameters of type IntegrationCacheKey Modifier and Type Class Description classBaseIntegrationCache<K extends IntegrationCacheKey,T> -
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 -
Uses of IntegrationCacheKey in de.hybris.platform.outboundservices.decorator.impl.csrf
Classes in de.hybris.platform.outboundservices.decorator.impl.csrf that implement IntegrationCacheKey Modifier and Type Class Description classCsrfParametersCacheKeyA cache key for retrieving/storingCsrfParametersinIntegrationCache
-