| Modifier and Type | Method and Description | 
|---|---|
CacheConfig<K,V> | 
CacheConfigBuilder.build()
Builds a new  
CacheConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> Cache<K,V> | 
CacheProvider.newCache(CacheConfig<K,V> cacheConfig)
Creates a brand new  
Cache (API with unchecked exceptions), based on
 the passed configuration and a default policy. | 
<K,V> Cache<K,V> | 
CacheProvider.newCache(CacheConfig<K,V> cacheConfig,
        CachePolicy initialPolicy)
Creates a brand new  
Cache (API with unchecked exceptions), based on the passed configuration and policy. | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> Cache<K,V> | 
BaseProvider.newCache(CacheConfig<K,V> cacheConfig)  | 
<K,V> Cache<K,V> | 
AbstractProvider.newCache(CacheConfig<K,V> cacheConfig,
        CachePolicy initialPolicy)  | 
protected abstract <K,V> Cache<K,V> | 
AbstractProvider.newUnregisteredCache(CacheConfig<K,V> cacheConfig,
                    CachePolicy initialPolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> Cache<K,V> | 
GuavaCacheProvider.newUnregisteredCache(CacheConfig<K,V> cacheConfig,
                    CachePolicy initialPolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> Cache<K,V> | 
NoopCacheProvider.newUnregisteredCache(CacheConfig<K,V> cacheConfig,
                    CachePolicy cachePolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> Cache<K,V> | 
StandardCacheProvider.newCache(CacheConfig<K,V> cacheConfig,
        CachePolicy initialPolicy)  | 
Copyright © 2019 OpenDaylight. All rights reserved.