Uses of Interface
de.hybris.platform.integrationservices.cache.IntegrationCache
-
-
Uses of IntegrationCache in de.hybris.platform.integrationservices.cache.impl
Classes in de.hybris.platform.integrationservices.cache.impl that implement IntegrationCache Modifier and Type Class Description classBaseIntegrationCache<K extends IntegrationCacheKey,T> -
Uses of IntegrationCache in de.hybris.platform.outboundservices.cache
Subinterfaces of IntegrationCache in de.hybris.platform.outboundservices.cache Modifier and Type Interface Description interfaceRestTemplateCacheDefines the interface for cachingRestTemplate -
Uses of IntegrationCache in de.hybris.platform.outboundservices.cache.impl
Classes in de.hybris.platform.outboundservices.cache.impl that implement IntegrationCache Modifier and Type Class Description classDestinationRestTemplateCache -
Uses of IntegrationCache in de.hybris.platform.outboundservices.decorator.impl.csrf
Classes in de.hybris.platform.outboundservices.decorator.impl.csrf that implement IntegrationCache Modifier and Type Class Description classCsrfParametersCacheA cache forCsrfParameters.Methods in de.hybris.platform.outboundservices.decorator.impl.csrf that return IntegrationCache Modifier and Type Method Description protected IntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters>DefaultCsrfOutboundRequestDecorator. getCache()Methods in de.hybris.platform.outboundservices.decorator.impl.csrf with parameters of type IntegrationCache Modifier and Type Method Description voidDefaultCsrfOutboundRequestDecorator. setCache(IntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> cache)
-