Guest User

Untitled

a guest
Jan 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private static final ConcurrentMap<String, Buffered> imageMap =
  2. new MapMaker().softValues().makeMap();
  3.  
  4. CacheBuilder.newBuilder().softValues()
Add Comment
Please, Sign In to add comment