ICache
public class LocalCache extends Object implements ICache
String
get(String key)
static LocalCache
getInstance()
void
set(String key, String value, int expire, TimeUnit timeUnit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static LocalCache getInstance()
public String get(String key)
get
public void set(String key, String value, int expire, TimeUnit timeUnit)
set