static TimedCache> gazelle_commentPatterns_cache = new(10*60.0); static Set gazelle_commentPatterns() { ret gazelle_commentPatterns_cache.get(func -> Set { concatMapAsCISet matchingPatternsInJavaXSource( textsOfStandardFunctions(gazelleRelatedStandardFunctions())) }); }