Class AsyncCachingExec

java.lang.Object
org.apache.hc.client5.http.impl.cache.CachingExecBase
org.apache.hc.client5.http.impl.cache.AsyncCachingExec
All Implemented Interfaces:
AsyncExecChainHandler

@Contract(threading=SAFE) class AsyncCachingExec extends CachingExecBase implements AsyncExecChainHandler
Request executor in the request execution chain that is responsible for transparent client-side caching.

The current implementation is conditionally compliant with HTTP/1.1 (meaning all the MUST and MUST NOTs are obeyed), although quite a lot, though not all, of the SHOULDs and SHOULD NOTs are obeyed too.

Since:
5.0