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 jsonpath com.jayway.jsonpath.spi.cache.CacheProvider.
  • Constructor Details

    • JsonPathCache

      public JsonPathCache()
  • Method Details

    • get

      public org.apache.flink.shaded.com.jayway.jsonpath.JsonPath get(String s)
      Specified by:
      get in interface org.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 interface org.apache.flink.shaded.com.jayway.jsonpath.spi.cache.Cache