static GazelleContextCache_v2 gazelle_contextCacheForSingleRule(S ruleID) {
  T3S t = gazelle_tripleForSingleRule(ruleID);
  if (t == null) null;
  new GazelleContextCache_v2 cache;
  cache.loadRules(ll(t));
  ret cache;
}