static GazelleContextCache_v2 gazelle_contextCacheWithRules(S... ruleIDs) { L triples = gazelle_triplesForRules(ruleIDs); new GazelleContextCache_v2 cache; cache.loadRules(triples); ret cache; }