Package org.keycloak.models.cache.infinispan
-
Interface Summary Interface Description LazyLoader<S,D> A functional interface that can be used to return dataD
from a sourceS
where implementations are free to define how and when data is fetched from source as well how it is internally cached. -
Class Summary Class Description CacheManager Some notes on how this works: This implementation manages optimistic locking and version checks itself.ClearCacheEvent ClientAdapter ClientScopeAdapter DefaultLazyLoader<S,D> Default implementation ofDefaultLazyLoader
that only fetches data once.GroupAdapter InfinispanCacheRealmProviderFactory InfinispanUserCacheProviderFactory RealmAdapter RealmCacheManager RealmCacheSession - the high level architecture of this cache is an invalidation cache.RoleAdapter SubjectCredentialManagerCacheAdapter UpdateCounter Used to track cache revisionsUserAdapter UserCacheManager UserCacheSession