hitbox 0.2.4

Asynchronous caching framework.
Documentation
1
2
3
4
5
6
7
//! Cache context types for tracking cache operation results.
//!
//! Re-exported from `hitbox-core`.

pub use hitbox_core::{
    BoxContext, CacheContext, CacheStatus, CacheStatusExt, Context, ResponseSource,
};