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