Package org.keycloak.cache
package org.keycloak.cache
-
ClassDescriptionLocalCache<K,
V> ALocalCacheshould be used when a local, non-clustered, cache is required to optimise data access.Configurationrecordthat encapsulates all configuration required in order to create aLocalCache.A builder class to simplify the creation ofLocalCacheConfigurationobjects.AProviderto abstract the creation of local, non-clustered, in-memory caches from the underlying cache implementation.