1 | static LPair<S, Pair<Int>> mruCachesWithStats() { |
2 | ret mruCachesWithStats(mc()); |
3 | } |
4 | |
5 | static LPair<S, Pair<Int>> mruCachesWithStats(O mc) { |
6 | new LPair<S, Pair<Int>> out; |
7 | for (Pair<S, Map> p : allMapCacheVars(mc)) { |
8 | Int max = maxSizeOfMRUCache(p.b); |
9 | if (max != null) |
10 | out.add(pair(p.a, pair(l(p.b), max))); |
11 | } |
12 | ret out; |
13 | } |
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: | 302 / 305 |
Version history: | 2 change(s) |
Referenced in: | [show references] |