public class LRUCache extends Object implements Cache
LRUCache(int limit)
JsonPath
get(String key)
getSilent(String key)
void
put(String key, JsonPath value)
remove(String key)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LRUCache(int limit)
public void put(String key, JsonPath value)
Cache
put
key
value
public JsonPath get(String key)
get
public JsonPath getSilent(String key)
public void remove(String key)
public int size()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.