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

11
LINES

< > BotCompany Repo | #1013033 // hotwireCached_clear - clear all cached classes

JavaX fragment (include)

please include function hotwireCached.

static void hotwireCached_clear() {
  L<Class> classes;
  {
    lock hotwireCached_lock;
    classes = cloneValues(hotwireCached_cache);
    hotwireCached_cache.clear();
  }
  cleanUp(classes);
}

Author comment

Began life as a copy of #1002224

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: #1013033
Snippet name: hotwireCached_clear - clear all cached classes
Eternal ID of this version: #1013033/2
Text MD5: 70d132bb5b121579b5e98c43f8c06f24
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-22 13:06:43
Source code size: 245 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 380 / 399
Version history: 1 change(s)
Referenced in: [show references]