| 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 cachedInvalidJsonExceptionCopyright © 2016. All rights reserved.