@ThreadSafe public interface CacheManagers
Used by e.g. CLI commands, web UIs, etc.
| Modifier and Type | Method and Description |
|---|---|
Iterable<CacheManager> |
getAllCacheManagers()
Get the
CacheManager for all caches. |
CacheManager |
getCacheManager(String cacheID)
Get the
CacheManager for a particular cache, via its ID. |
Iterable<CacheManager> getAllCacheManagers()
CacheManager for all caches.CacheManager getCacheManager(String cacheID) throws IllegalArgumentException
CacheManager for a particular cache, via its ID.IllegalArgumentException - if argument is an invalid IDCopyright © 2019 OpenDaylight. All rights reserved.