public class DefaultStore extends Object implements IStore
DefaultStore()
String
get(String key)
void
put(String key, String value, int expire, TimeUnit timeUnit)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultStore()
public String get(String key)
get
IStore
public void put(String key, String value, int expire, TimeUnit timeUnit)
put
Copyright © 2021. All rights reserved.