Package org.keycloak.models.cache
-
Interface Summary Interface Description CachedObject CachedUserModel Cached users will implement this interfaceCachedUserModel.Streams TheCachedUserModel.Streamsinterface differs fromCachedUserModelin that it extends theUserModel.Streamsinterface, allowing implementations ofCachedUserModelto focus on theStream-based methods in theUserModelinterface.OnUserCache UserCache All these methods effect an entire cluster of Keycloak instances.UserCache.Streams TheUserCache.Streamsinterface differs fromUserCachein that it extends theUserProvider.Streamsinterface, allowing implementations ofUserCacheto focus on theStream-based methods in theUserProviderinterface.