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 JsonPathget(java.lang.String key)Get the Cached JsonPathvoidput(java.lang.String key, JsonPath value)Add JsonPath to the cache
-