pub fn entry_size(key: &str, value: &Value) -> usize
Estimates the total memory footprint of a single entry.
key heap allocation + value bytes + fixed per-entry overhead.