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.KeyGenerator
Cache.Builder. keyGen
private Cache.KeyGenerator
CacheManager. keyGen
Methods in kong.unirest.core with parameters of type Cache.KeyGenerator Modifier and Type Method Description Cache.Builder
Cache.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)
-