Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
-
Uses of HttpClientCache in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionclass
Provides caching functionality to theHttpClientAccessor
.class
Implementation of theHttpClientCache
, caching theHttpClient
s for the amount of time given in the constructor.Modifier and TypeFieldDescriptionstatic final HttpClientCache
HttpClientCache.DISABLED
Constant implementation of with disabled the cache logic.Modifier and TypeMethodDescriptionstatic HttpClientCache
HttpClientAccessor.getHttpClientCache()
Configures theHttpClientCache
that is used by the#getHttpClient(String)
and#getHttpClient(Destination)
methods.Modifier and TypeMethodDescriptionstatic void
HttpClientAccessor.setHttpClientCache
(HttpClientCache httpClientCache) Sets theHttpClientCache
that is used when resolving cached instances ofHttpClient
within theHttpClientAccessor
.