Uses of Interface
io.helidon.security.providers.common.EvictableCache
-
Packages that use EvictableCache Package Description io.helidon.security.providers.common Common classes for provider implementation. -
-
Uses of EvictableCache in io.helidon.security.providers.common
Methods in io.helidon.security.providers.common that return EvictableCache Modifier and Type Method 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.
-