Package org.keycloak.cluster
Interface ManagedCacheManagerProvider
-
public interface ManagedCacheManagerProvider
A Service Provider Interface (SPI) that allows to plug-in a cache manager instance.- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C> C
getCacheManager(Config.Scope config)
-
-
-
Method Detail
-
getCacheManager
<C> C getCacheManager(Config.Scope config)
-
-