Class JsonPathCache
- java.lang.Object
-
- org.apache.flink.table.runtime.functions.JsonPathCache
-
- All Implemented Interfaces:
org.apache.flink.shaded.com.jayway.jsonpath.spi.cache.Cache
public class JsonPathCache extends Object implements org.apache.flink.shaded.com.jayway.jsonpath.spi.cache.Cache
The default cache for the jsonpathcom.jayway.jsonpath.spi.cache.CacheProvider
.
-
-
Constructor Summary
Constructors Constructor Description JsonPathCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.shaded.com.jayway.jsonpath.JsonPath
get(String s)
void
put(String s, org.apache.flink.shaded.com.jayway.jsonpath.JsonPath jsonPath)
-
-
-
Method Detail
-
get
public org.apache.flink.shaded.com.jayway.jsonpath.JsonPath get(String s)
- Specified by:
get
in interfaceorg.apache.flink.shaded.com.jayway.jsonpath.spi.cache.Cache
-
put
public void put(String s, org.apache.flink.shaded.com.jayway.jsonpath.JsonPath jsonPath)
- Specified by:
put
in interfaceorg.apache.flink.shaded.com.jayway.jsonpath.spi.cache.Cache
-
-