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