Uses of Interface
kong.unirest.core.Cache.KeyGenerator
-
Packages that use Cache.KeyGenerator Package Description kong.unirest.core -
-
Uses of Cache.KeyGenerator in kong.unirest.core
Fields in kong.unirest.core declared as Cache.KeyGenerator Modifier and Type Field Description private Cache.KeyGeneratorCache.Builder. keyGenprivate Cache.KeyGeneratorCacheManager. keyGenMethods in kong.unirest.core with parameters of type Cache.KeyGenerator Modifier and Type Method Description Cache.BuilderCache.Builder. withKeyGen(Cache.KeyGenerator keyGenerator)Provide a custom key generator.Constructors in kong.unirest.core with parameters of type Cache.KeyGenerator Constructor Description CacheManager(int depth, long ttl, Cache.KeyGenerator keyGenerator)CacheManager(Cache backing, Cache.KeyGenerator keyGenerator)
-