macro_rules! try_cache {
    ($cache:expr, $key:expr, $default_op:expr) => { ... };
}