Package com.jayway.jsonpath.spi.cache
Class NOOPCache
- java.lang.Object
-
- com.jayway.jsonpath.spi.cache.NOOPCache
-
-
Constructor Summary
Constructors Constructor Description NOOPCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonPath
get(java.lang.String key)
Get the Cached JsonPathvoid
put(java.lang.String key, JsonPath value)
Add JsonPath to the cache
-