Package org.keycloak.cache
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 lookupV- the type of the cache Values to be stored
- Enclosing class:
- LocalCacheConfiguration<K,
V>
A builder class to simplify the creation of
LocalCacheConfiguration objects.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
maxSize
-
expiration
-
loader
-
build
-