Package com.jayway.jsonpath.spi.cache
Class CacheProvider
- java.lang.Object
-
- com.jayway.jsonpath.spi.cache.CacheProvider
-
public class CacheProvider extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static Cache
cache
private static boolean
cachingEnabled
-
Constructor Summary
Constructors Constructor Description CacheProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cache
getCache()
private static Cache
getDefaultCache()
static void
setCache(Cache cache)
-
-
-
Field Detail
-
cache
private static Cache cache
-
cachingEnabled
private static boolean cachingEnabled
-
-