Skip to main content

rfc/cache/
mod.rs

1mod metadata;
2mod storage;
3
4pub use metadata::CacheMetadata;
5pub use storage::{CacheManager, CachedDocument};