| Package | Description |
|---|---|
| io.helidon.security.providers.common |
Common classes for provider implementation.
|
| Modifier and Type | Method and Description |
|---|---|
EvictableCache<K,V> |
EvictableCache.Builder.build()
Build a new instance of the cache based on configuration of this builder.
|
static <K,V> EvictableCache<K,V> |
EvictableCache.create()
Create a new cache with default values.
|
static <K,V> EvictableCache<K,V> |
EvictableCache.create(Config config)
Create a new cache and configure it from the provided configuration.
|
static <K,V> EvictableCache<K,V> |
EvictableCache.noCache()
Create a new cache that is not a cache (e.g.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.