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

13
LINES

< > BotCompany Repo | #1021546 // mruCachesWithStats

JavaX fragment (include)

static LPair<S, Pair<Int>> mruCachesWithStats() {
  ret mruCachesWithStats(mc());
}

static LPair<S, Pair<Int>> mruCachesWithStats(O mc) {
  new LPair<S, Pair<Int>> out;
  for (Pair<S, Map> p : allMapCacheVars(mc)) {
    Int max = maxSizeOfMRUCache(p.b);
    if (max != null)
      out.add(pair(p.a, pair(l(p.b), max)));
  }
  ret out;
}

Author comment

Began life as a copy of #1021545

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: #1021546
Snippet name: mruCachesWithStats
Eternal ID of this version: #1021546/3
Text MD5: 6881fc03bfc7325c3cf6255905ce4191
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-17 17:18:43
Source code size: 349 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 231 / 237
Version history: 2 change(s)
Referenced in: [show references]