static Map keriyo_cache = synchroMap(); static BufferedImage keriyo_cached(S code) { BufferedImage img = keriyo_cache.get(code); if (img == null) mapPut(keriyo_cache, code, img = keriyo(code)); ret img; }