| Package | Description | 
|---|---|
| org.opendaylight.infrautils.caches | |
| org.opendaylight.infrautils.caches.baseimpl | |
| org.opendaylight.infrautils.caches.baseimpl.internal | 
| Modifier and Type | Method and Description | 
|---|---|
CacheManager | 
CacheManagers.getCacheManager(String cacheID)
Get the  
CacheManager for a particular cache, via its ID. | 
CacheManager | 
BaseCache.getManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<CacheManager> | 
CacheManagers.getAllCacheManagers()
Get the  
CacheManager for all caches. | 
| Modifier and Type | Method and Description | 
|---|---|
CacheManager | 
DelegatingNullSafeCheckedCache.getManager()  | 
CacheManager | 
DelegatingNullSafeCache.getManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheManagersRegistry.registerCacheManager(CacheManager cacheManager)
Implementations of  
CacheProvider
 invoke this for each new CacheManager they're about to return to
 users. | 
| Modifier and Type | Method and Description | 
|---|---|
CacheManager | 
CacheManagersRegistryImpl.getCacheManager(String cacheID)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CacheManager> | 
CacheManagersRegistryImpl.getAllCacheManagers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheManagersRegistryImpl.registerCacheManager(CacheManager cacheManager)  | 
Copyright © 2019 OpenDaylight. All rights reserved.