public class LocalCache extends Object implements ICache
String
get(String key)
static LocalCache
getInstance()
void
set(String key, String value, int expire, TimeUnit timeUnit)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static LocalCache getInstance()
public String get(String key)
get
ICache
public void set(String key, String value, int expire, TimeUnit timeUnit)
set
Copyright © 2025. All rights reserved.