Package com.jayway.jsonpath.spi.cache
Interface Cache
public interface Cache
-
Method Summary
-
Method Details
-
get
Get the Cached JsonPath- Parameters:
key
- cache key to lookup the JsonPath- Returns:
- JsonPath
-
put
Add JsonPath to the cache- Parameters:
key
- cache key to store the JsonPathvalue
- JsonPath to be cached- Throws:
InvalidJsonException
-