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