//! The `cache` subsystem facade (engine spec ยง18).
//!
//! Thin, namespaced re-export of the certified [`arcature_cache`] crate. Gated by the
//! `cache` Cargo feature so an application that does not use this subsystem pays
//! no compile cost. Items live under [`crate::cache`] to avoid glob collisions
//! with other subsystems that re-export the same upstream crate.
//!
//! [`arcature_cache`]: https://docs.rs/arcature_cache
pub use *;