Macro persistentcache::cache [] [src]

macro_rules! cache {
    ($storage:ident, $func:ident($($x:expr),*)) => { ... };
    ($storage:ident, $func:ident($($x:expr),*), $prefix:expr) => { ... };
}

Cache a single function call.