Macro cache

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

Cache generic field(s) (or any data actually)