public class SimpleCache<E> extends Object
SimpleCache()
E
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 © 2016. All rights reserved.