| Modifier and Type | Method and Description | 
|---|---|
CheckedCacheConfig<K,V,E> | 
CheckedCacheConfigBuilder.build()
Builds a new  
CheckedCacheConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,E extends Exception> | 
CacheProvider.newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig)
Creates a brand new  
CheckedCache (API for checked exceptions), based
 on the passed configuration and a default policy. | 
<K,V,E extends Exception> | 
CacheProvider.newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
               CachePolicy initialPolicy)
Creates a brand new  
CheckedCache (API for checked exceptions), based
 on the passed configuration and policy. | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,E extends Exception> | 
BaseProvider.newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig)  | 
<K,V,E extends Exception> | 
AbstractProvider.newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
               CachePolicy initialPolicy)  | 
protected abstract <K,V,E extends Exception> | 
AbstractProvider.newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
                           CachePolicy initialPolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,E extends Exception> | 
GuavaCacheProvider.newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
                           CachePolicy initialPolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,E extends Exception> | 
NoopCacheProvider.newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
                           CachePolicy cachePolicy)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,E extends Exception> | 
StandardCacheProvider.newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig,
               CachePolicy initialPolicy)  | 
Copyright © 2019 OpenDaylight. All rights reserved.