Uses of Interface
kong.unirest.core.Cache
-
Packages that use Cache Package Description kong.unirest.core -
-
Uses of Cache in kong.unirest.core
Classes in kong.unirest.core that implement Cache Modifier and Type Class Description private static classCacheManager.CacheMapFields in kong.unirest.core declared as Cache Modifier and Type Field Description private CacheCache.Builder. backingprivate CacheCacheManager. backingCacheMethods in kong.unirest.core with parameters of type Cache Modifier and Type Method Description Cache.BuilderCache.Builder. backingCache(Cache cache)Sets a custom backing cache.Constructors in kong.unirest.core with parameters of type Cache Constructor Description CacheManager(Cache backing, Cache.KeyGenerator keyGenerator)
-