Uses of Interface
org.opendaylight.infrautils.caches.Cache
-
-
Uses of Cache in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>CacheProvider. newCache(CacheConfig<K,V> cacheConfig)
Creates a brand newCache
(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 newCache
(API with unchecked exceptions), based on the passed configuration and policy. -
Uses of Cache in org.opendaylight.infrautils.caches.baseimpl
Classes in org.opendaylight.infrautils.caches.baseimpl that implement Cache Modifier and Type Class Description class
DelegatingNullSafeCache<K,V>
Cache with null handling, useful for API implementors (not users).Methods in org.opendaylight.infrautils.caches.baseimpl that return Cache Modifier and Type Method Description protected Cache<K,V>
DelegatingNullSafeCache. delegate()
<K,V>
Cache<K,V>AbstractProvider. newCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
<K,V>
Cache<K,V>BaseProvider. newCache(CacheConfig<K,V> cacheConfig)
protected abstract <K,V>
Cache<K,V>AbstractProvider. newUnregisteredCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
Constructors in org.opendaylight.infrautils.caches.baseimpl with parameters of type Cache Constructor Description DelegatingNullSafeCache(Cache<K,V> delegate)
-
Uses of Cache in org.opendaylight.infrautils.caches.guava.internal
Methods in org.opendaylight.infrautils.caches.guava.internal that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>GuavaCacheProvider. newUnregisteredCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
-
Uses of Cache in org.opendaylight.infrautils.caches.noop.internal
Methods in org.opendaylight.infrautils.caches.noop.internal that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>NoopCacheProvider. newUnregisteredCache(CacheConfig<K,V> cacheConfig, CachePolicy cachePolicy)
-
Uses of Cache in org.opendaylight.infrautils.caches.standard
Methods in org.opendaylight.infrautils.caches.standard that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>StandardCacheProvider. newCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
-