Uses of Interface
io.helidon.common.configurable.LruCacheConfig
Packages that use LruCacheConfig
-
Uses of LruCacheConfig in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type LruCacheConfigModifier and TypeClassDescriptionstatic class
LruCacheConfig.BuilderBase<K,
V, BUILDER extends LruCacheConfig.BuilderBase<K, V, BUILDER, PROTOTYPE>, PROTOTYPE extends LruCacheConfig<K, V>> Fluent API builder base forLruCache
.Classes in io.helidon.common.configurable that implement LruCacheConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.configurable that return LruCacheConfigModifier and TypeMethodDescriptionLruCacheConfig.Builder.buildPrototype()
static <K,
V> LruCacheConfig <K, V> LruCacheConfig.create()
Create a new instance with default values.static <K,
V> LruCacheConfig <K, V> Create a new instance from configuration.LruCache.prototype()
Methods in io.helidon.common.configurable with parameters of type LruCacheConfigModifier and TypeMethodDescriptionstatic <K,
V> LruCacheConfig.Builder <K, V> LruCacheConfig.builder
(LruCacheConfig<K, V> instance) Create a new fluent API builder from an existing instance.static <K,
V> LruCache <K, V> LruCache.create
(LruCacheConfig<K, V> config) Create an instance with custom configuration.LruCacheConfig.BuilderBase.from
(LruCacheConfig<K, V> prototype) Update this builder from an existing prototype instance.