scope wordTok2. static Map #cache = synchronizedMRUCache(100); static LS wordTok2(S s) { LS tok = cache.get(s); if (tok == null) cache.put(s, tok = wordTok2_uncached(s)); ret tok; } end scope