scope javaTokNPunctuationWithBrackets_plusAsterisk_cached. static Map #cache = synchronizedMRUCache(defaultTokenizerCacheSize()); static L javaTokNPunctuationWithBrackets_plusAsterisk_cached(S s) { LS tok = cache.get(s); if (tok == null) cache.put(s, tok = javaTokNPunctuationWithBrackets_plusAsterisk(s)); ret tok; } end scope