Class LRUCache
java.lang.Object
com.jayway.jsonpath.spi.cache.LRUCache
- All Implemented Interfaces:
Cache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidGet the Cached JsonPathvoidAdd JsonPath to the cachevoidprivate voidprivate Stringprivate voidremoveThenAddKey(String key) intsize()toString()
-
Field Details
-
lock
-
map
-
queue
-
limit
private final int limit
-
-
Constructor Details
-
LRUCache
public LRUCache(int limit)
-
-
Method Details
-
put
-
get
-
addKey
-
removeLast
-
removeThenAddKey
-
removeFirstOccurrence
-
getSilent
-
remove
-
size
public int size() -
toString
-