Uses of Interface
com.jayway.jsonpath.spi.cache.Cache
-
Packages that use Cache Package Description com.jayway.jsonpath.spi.cache -
-
Uses of Cache in com.jayway.jsonpath.spi.cache
Classes in com.jayway.jsonpath.spi.cache that implement Cache Modifier and Type Class Description classLRUCacheclassNOOPCacheFields in com.jayway.jsonpath.spi.cache declared as Cache Modifier and Type Field Description private static CacheCacheProvider. cacheMethods in com.jayway.jsonpath.spi.cache that return Cache Modifier and Type Method Description static CacheCacheProvider. getCache()private static CacheCacheProvider. getDefaultCache()Methods in com.jayway.jsonpath.spi.cache with parameters of type Cache Modifier and Type Method Description static voidCacheProvider. setCache(Cache cache)
-