Uses of Interface
io.helidon.common.configurable.LruCacheConfig
-
Uses of LruCacheConfig in io.helidon.common.configurable
Modifier 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
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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.