Class JsonPathCache
- java.lang.Object
-
- org.apache.flink.table.runtime.functions.JsonPathCache
-
- All Implemented Interfaces:
com.jayway.jsonpath.spi.cache.Cache
public class JsonPathCache extends Object implements com.jayway.jsonpath.spi.cache.Cache
The default cache for the jsonpathCacheProvider.
-
-
Constructor Summary
Constructors Constructor Description JsonPathCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jayway.jsonpath.JsonPathget(String s)voidput(String s, com.jayway.jsonpath.JsonPath jsonPath)
-