macro_rules! should_ever_cache_on_disk {
    ([]) => { ... };
    ([(cache) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}