E
public class SimpleCache<E> extends Object
SimpleCache()
get(String key)
void
put(String key, E e, long ttlMs)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleCache()
public void put(String key, E e, long ttlMs)
public E get(String key)
Copyright © 2018–2022 Alibaba Group. All rights reserved.