public interface IStore
String
get(String key)
void
put(String key, String value, int expire, TimeUnit timeUnit)
String get(String key) throws Exception
Exception
void put(String key, String value, int expire, TimeUnit timeUnit) throws Exception
Copyright © 2021. All rights reserved.