macro_rules! from_cached_key {
    ( $x:ident ,$y:expr,$z:expr) => { ... };
}
Expand description

Use a macro to save a step build the Cache and calling build on it.