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 class
CacheManager.CacheMap
Fields in kong.unirest.core declared as Cache Modifier and Type Field Description private Cache
Cache.Builder. backing
private Cache
CacheManager. backingCache
Methods in kong.unirest.core with parameters of type Cache Modifier and Type Method Description Cache.Builder
Cache.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)
-