Macro cache_one

Source
macro_rules! cache_one {
    ($F:ty, $compute:expr) => { ... };
}
Expand description

Cache one field (or any data actually)