static L<S> allCacheVars() { ret allCacheVars(mc()); } static L<S> allCacheVars(O program) { ret endingWith("_cache", allFields(program)); }
Began life as a copy of #1011099
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015976 |
Snippet name: | allCacheVars - try to find all cache variables in program (any variable ending with _cache, can be map, collection, Cache...) |
Eternal ID of this version: | #1015976/2 |
Text MD5: | 3cf1688e61c26f81b66fd69199befe61 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-02 14:59:18 |
Source code size: | 151 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 491 / 494 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021544 - allMapCacheVars |