static L allCacheVars() { ret allCacheVars(mc()); } static L allCacheVars(O program) { ret endingWith("_cache", allFields(program)); }