Interface Cache

    • Method Detail

      • get

        JsonPath get​(java.lang.String key)
        Get the Cached JsonPath
        Parameters:
        key - cache key to lookup the JsonPath
        Returns:
        JsonPath
      • put

        void put​(java.lang.String key,
                 JsonPath value)
        Add JsonPath to the cache
        Parameters:
        key - cache key to store the JsonPath
        value - JsonPath to be cached
        Throws:
        InvalidJsonException