pub type HttpCacheMetadata = Vec<u8>;Expand description
Type alias for metadata stored alongside cached responses. Users are responsible for serialization/deserialization of this data.
Aliased Typeยง
pub struct HttpCacheMetadata { /* private fields */ }