public class CommonCache extends Object
static void
clear()
static Object
get(String key)
get(String key, Supplier<Object> supplier)
remove(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Object get(String key)
key
public static Object get(String key, Supplier<Object> supplier)
supplier
public static Object remove(String key)
public static void clear()
Copyright © 2021. All rights reserved.