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 void
registerCacheManager(CacheManager cacheManager)
Implementations ofCacheProvider
invoke this for each newCacheManager
they'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 ofCacheProvider
invoke this for each newCacheManager
they're about to return to users.
-
-