Uses of Interface
org.opendaylight.infrautils.caches.CheckedCache
-
-
Uses of CheckedCache in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CheckedCache 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 CheckedCache in org.opendaylight.infrautils.caches.baseimpl
Classes in org.opendaylight.infrautils.caches.baseimpl that implement CheckedCache Modifier and Type Class Description classDelegatingNullSafeCheckedCache<K,V,E extends Exception>Cache with null handling, useful for API implementors (not users).Methods in org.opendaylight.infrautils.caches.baseimpl that return CheckedCache Modifier and Type Method Description protected CheckedCache<K,V,E>DelegatingNullSafeCheckedCache. delegate()<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)Constructors in org.opendaylight.infrautils.caches.baseimpl with parameters of type CheckedCache Constructor Description DelegatingNullSafeCheckedCache(CheckedCache<K,V,E> delegate) -
Uses of CheckedCache in org.opendaylight.infrautils.caches.guava.internal
Methods in org.opendaylight.infrautils.caches.guava.internal that return CheckedCache 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 CheckedCache in org.opendaylight.infrautils.caches.noop.internal
Methods in org.opendaylight.infrautils.caches.noop.internal that return CheckedCache 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 CheckedCache in org.opendaylight.infrautils.caches.standard
Methods in org.opendaylight.infrautils.caches.standard that return CheckedCache Modifier and Type Method Description <K,V,E extends Exception>
CheckedCache<K,V,E>StandardCacheProvider. newCheckedCache(CheckedCacheConfig<K,V,E> cacheConfig, CachePolicy initialPolicy)
-