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 TypeClassDescriptionclassProvides caching functionality to theHttpClientAccessor.classImplementation of theHttpClientCache, caching theHttpClients for the amount of time given in the constructor.Fields in com.sap.cloud.sdk.cloudplatform.connectivity declared as HttpClientCacheModifier and TypeFieldDescriptionstatic final HttpClientCacheHttpClientCache.DISABLEDConstant implementation of with disabled the cache logic.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return HttpClientCacheModifier and TypeMethodDescriptionstatic HttpClientCacheHttpClientAccessor.getHttpClientCache()Configures theHttpClientCachethat 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 voidHttpClientAccessor.setHttpClientCache(HttpClientCache httpClientCache) Sets theHttpClientCachethat is used when resolving cached instances ofHttpClientwithin theHttpClientAccessor.