Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1021253 // javaTokWithBrackets_cached

JavaX fragment (include)

scope javaTokWithBrackets_cached.

static Map<S, LS> #cache = synchronizedMRUCache(100);

static L<S> javaTokWithBrackets_cached(S s) {
  LS tok = cache.get(s);
  if (tok == null) cache.put(s, tok = javaTokWithBrackets(s));
  ret tok;
}

end scope

Author comment

Began life as a copy of #1017785

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021253
Snippet name: javaTokWithBrackets_cached
Eternal ID of this version: #1021253/3
Text MD5: 123e11f9c52feede79aa29e1e5c0c414
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-16 21:02:51
Source code size: 257 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 313
Version history: 2 change(s)
Referenced in: [show references]