Class LocalCacheConfiguration.Builder<K,V>

java.lang.Object
org.keycloak.cache.LocalCacheConfiguration.Builder<K,V>
Type Parameters:
K - the type of the cache Keys used for lookup
V - the type of the cache Values to be stored
Enclosing class:
LocalCacheConfiguration<K,V>

public static class LocalCacheConfiguration.Builder<K,V> extends Object
A builder class to simplify the creation of LocalCacheConfiguration objects.