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 SummaryAll 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.CacheManagersgetAllCacheManagers, getCacheManager
 
- 
 
- 
- 
- 
Method Detail- 
registerCacheManagervoid registerCacheManager(CacheManager cacheManager) Implementations ofCacheProviderinvoke this for each newCacheManagerthey're about to return to users.
 
- 
 
-