LRU cache with TTL eviction for tiles - hit rate tracking, top hits, expiration
Part of the PLATO framework - 72 crates for deterministic AI knowledge management.
This crate fits into the PLATO tile lifecycle:
validate -> score -> store -> search -> rank -> prompt -> inference
Add to Cargo.toml:
[dependencies]
plato-tile-cache = "0.1"Zero external dependencies. Works with cargo 1.75+.