public class DefaultCache extends Object implements Cache
DefaultCache()
DefaultCache(int capacity)
void
clear()
Object
get(String key)
boolean
isExists(String key)
put(String key, Object value, long timeout)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultCache()
public DefaultCache(int capacity)
public void put(String key, Object value, long timeout)
Cache
put
key
value
timeout
public boolean isExists(String key)
isExists
public Object get(String key)
get
public void clear()
clear
Copyright © 2020–2023 ruleengine. All rights reserved.