public class LRUMapCache extends Object implements Cache
LRUMapCache()
LRUMapCache(int capacity)
Object
get(Object key)
void
put(Object key, Object value, Date expired)
start()
stop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LRUMapCache()
public LRUMapCache(int capacity)
public Object get(Object key)
get
Cache
public void put(Object key, Object value, Date expired)
put
public void start()
start
public void stop()
stop
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.