Uses of Class
org.opendaylight.infrautils.caches.CheckedCacheConfig
-
-
Uses of CheckedCacheConfig in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CheckedCacheConfig Modifier and Type Method Description CheckedCacheConfig<K,V,E>CheckedCacheConfigBuilder. build()Builds a newCheckedCacheConfig.Methods in org.opendaylight.infrautils.caches with parameters of type CheckedCacheConfig Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>CacheProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig)Creates a brand newCheckedCache(API for checked exceptions), based on the passed configuration and a default policy.<K,V,E extends Exception>
CheckedCache<K,V,E>CacheProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy)Creates a brand newCheckedCache(API for checked exceptions), based on the passed configuration and policy. -
Uses of CheckedCacheConfig in org.opendaylight.infrautils.caches.baseimpl
Methods in org.opendaylight.infrautils.caches.baseimpl with parameters of type CheckedCacheConfig Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>AbstractProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy)<K,V,E extends Exception>
CheckedCache<K,V,E>BaseProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig)protected abstract <K,V,E extends Exception>
CheckedCache<K,V,E>AbstractProvider. newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy) -
Uses of CheckedCacheConfig in org.opendaylight.infrautils.caches.guava.internal
Methods in org.opendaylight.infrautils.caches.guava.internal with parameters of type CheckedCacheConfig Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>GuavaCacheProvider. newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy) -
Uses of CheckedCacheConfig in org.opendaylight.infrautils.caches.noop.internal
Methods in org.opendaylight.infrautils.caches.noop.internal with parameters of type CheckedCacheConfig Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>NoopCacheProvider. newUnregisteredCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy cachePolicy) -
Uses of CheckedCacheConfig in org.opendaylight.infrautils.caches.standard
Methods in org.opendaylight.infrautils.caches.standard with parameters of type CheckedCacheConfig Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>StandardCacheProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy)
-