Interface CacheManagersRegistry
- 
- All Superinterfaces:
 CacheManagers
- All Known Implementing Classes:
 CacheManagersRegistryImpl
public interface CacheManagersRegistry extends CacheManagers
Service Provider (Cache implementor) hook. Implementations of this interface are expected to be thread-safe.- Author:
 - Michael Vorburger.ch
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterCacheManager(CacheManager cacheManager)Implementations ofCacheProviderinvoke this for each newCacheManagerthey're about to return to users.- 
Methods inherited from interface org.opendaylight.infrautils.caches.CacheManagers
getAllCacheManagers, getCacheManager 
 - 
 
 - 
 
- 
- 
Method Detail
- 
registerCacheManager
void registerCacheManager(CacheManager cacheManager)
Implementations ofCacheProviderinvoke this for each newCacheManagerthey're about to return to users. 
 - 
 
 -