Class CacheProvider

java.lang.Object
com.jayway.jsonpath.spi.cache.CacheProvider

public class CacheProvider extends Object
  • Field Details

    • cache

      private static Cache cache
    • cachingEnabled

      private static boolean cachingEnabled
  • Constructor Details

    • CacheProvider

      public CacheProvider()
  • Method Details

    • setCache

      public static void setCache(Cache cache)
    • getCache

      public static Cache getCache()
    • getDefaultCache

      private static Cache getDefaultCache()