Class 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 Detail

      • JsonPathCache

        public JsonPathCache()
    • Method Detail

      • 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