Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
-
Uses of ApacheHttpClient5Cache in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeFieldDescriptionstatic final ApacheHttpClient5Cache
ApacheHttpClient5Cache.DISABLED
Constant implementation of with disabled the cache logic.Modifier and TypeMethodDescriptionApacheHttpClient5CacheBuilder.build()
Builds a newApacheHttpClient5Cache
instance with the previously configured parameters.static ApacheHttpClient5Cache
ApacheHttpClient5Accessor.getHttpClientCache()
Configures theHttpClient5Cache
that is used by the#getHttpClient(String)
and#getHttpClient(Destination)
methods.static ApacheHttpClient5Cache
ApacheHttpClient5Cache.newDefaultCache
(Duration cacheDuration) Creates a newHttpClient5Cache
with the givencacheDuration
.Modifier and TypeMethodDescriptionstatic void
ApacheHttpClient5Accessor.setHttpClientCache
(ApacheHttpClient5Cache httpClientCache) Sets theApacheHttpClient5Cache
that is used when resolving cached instances ofHttpClient
within theApacheHttpClient5Accessor
.