Uses of Interface
kong.unirest.core.Cache.KeyGenerator
Packages that use Cache.KeyGenerator
-
Uses of Cache.KeyGenerator in kong.unirest.core
Fields in kong.unirest.core declared as Cache.KeyGeneratorModifier and TypeFieldDescriptionprivate Cache.KeyGenerator
Cache.Builder.keyGen
private final Cache.KeyGenerator
CacheManager.keyGen
Methods in kong.unirest.core with parameters of type Cache.KeyGeneratorModifier and TypeMethodDescriptionCache.Builder.withKeyGen
(Cache.KeyGenerator keyGenerator) Provide a custom key generator.Constructors in kong.unirest.core with parameters of type Cache.KeyGeneratorModifierConstructorDescriptionCacheManager
(int depth, long ttl, Cache.KeyGenerator keyGenerator) CacheManager
(Cache backing, Cache.KeyGenerator keyGenerator)