oxigdal-cache-advanced 0.1.4

Advanced multi-tier caching with predictive prefetching and ML-based optimization for OxiGDAL
Documentation
1
2
3
4
5
6
7
8
9
//! Cache tiering management
//!
//! Intelligent promotion and demotion policies for multi-tier caches.

pub mod policy;

pub use policy::{
    AccessStats, AdaptiveTierSizer, CostAwarePolicy, FrequencyBasedPolicy, TierInfo, TieringAction,
};