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

7
LINES

< > BotCompany Repo | #1013301 // ipToCountry_once - clear cache immediately after use (use sparingly)

JavaX fragment (include)

static S ipToCountry_once(S ip) null on exception {
  try {
    ret ipToCountry(ip);
  } finally {
    ipToCountry_clearCache();
  }
}

Author comment

Began life as a copy of #1008738

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1013301
Snippet name: ipToCountry_once - clear cache immediately after use (use sparingly)
Eternal ID of this version: #1013301/3
Text MD5: 6cb6fc03114a56ebf476b63cfb16f839
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-31 19:05:46
Source code size: 140 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 258 / 311
Version history: 2 change(s)
Referenced in: [show references]