| Modifier and Type | Method and Description |
|---|---|
JsonPath |
get(java.lang.String key)
Get the Cached JsonPath
|
void |
put(java.lang.String key,
JsonPath value)
Add JsonPath to the cache
|
JsonPath get(java.lang.String key)
key - cache key to lookup the JsonPathvoid put(java.lang.String key,
JsonPath value)
key - cache key to store the JsonPathvalue - JsonPath to be cachedInvalidJsonException