scope javaTokForJFind_array. static Map #cache = synchronizedMRUCache(1000); static S[] javaTokForJFind_array(S s) { S[] tok = cache.get(s); if (tok == null) cache.put(s, tok = codeTokensAsStringArray(jfind_preprocess(javaTok(s))); ret tok; } end scope