//! Concurrent response cache used only by the transport adapter.
use Response;
use Cache;
use Duration;
/// The cache is an infrastructure detail: request construction and response
/// decoding remain pure, while expiration lives at this boundary.
pub ;