static LPair allMapCacheVars() { new LPair l; for (S var : allCacheVars()) { O o = getMC(var); if (o cast Map) l.add(pair(var, o)); } ret l; }