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 class
LRUCache
class
NOOPCache
Fields in com.jayway.jsonpath.spi.cache declared as Cache Modifier and Type Field Description private static Cache
CacheProvider. cache
Methods in com.jayway.jsonpath.spi.cache that return Cache Modifier and Type Method Description static Cache
CacheProvider. getCache()
private static Cache
CacheProvider. getDefaultCache()
Methods in com.jayway.jsonpath.spi.cache with parameters of type Cache Modifier and Type Method Description static void
CacheProvider. setCache(Cache cache)
-