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, };