- All Implemented Interfaces:
Cache
-
Constructor Summary
Constructors
-
Method Summary
void
Add JsonPath to the cache
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NOOPCache
public NOOPCache()
-
Method Details
-
get
Description copied from interface: Cache
Get the Cached JsonPath
- Specified by:
get
in interface Cache
- Parameters:
key
- cache key to lookup the JsonPath
- Returns:
- JsonPath
-
put
Description copied from interface: Cache
Add JsonPath to the cache
- Specified by:
put
in interface Cache
- Parameters:
key
- cache key to store the JsonPath
value
- JsonPath to be cached