Macro cacheable

Source
macro_rules! cacheable {
    ($impl:item) => { ... };
}