public interface CacheManagers
Used by e.g. CLI commands, web UIs, etc.
Implementations of this interface are expected to be thread-safe.
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)
CacheManager
for a particular cache, via its ID.IllegalArgumentException
- if argument is an invalid IDCopyright © 2020 OpenDaylight. All rights reserved.