Modifier and Type | Method and Description |
---|---|
JsonPath |
get(String key)
Get the Cached JsonPath
|
void |
put(String key,
JsonPath value)
Add JsonPath to the cache
|
JsonPath get(String key)
key
- cache key to lookup the JsonPathvoid put(String key, JsonPath value)
key
- cache key to store the JsonPathvalue
- JsonPath to be cachedInvalidJsonException
Copyright © 2019. All rights reserved.