Uses of Class
org.opendaylight.infrautils.caches.CacheConfig
-
-
Uses of CacheConfig in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CacheConfig Modifier and Type Method Description CacheConfig<K,V>
CacheConfigBuilder. build()
Builds a newCacheConfig
.Methods in org.opendaylight.infrautils.caches with parameters of type CacheConfig 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 CacheConfig in org.opendaylight.infrautils.caches.baseimpl
Methods in org.opendaylight.infrautils.caches.baseimpl with parameters of type CacheConfig Modifier and Type Method Description <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)
-
Uses of CacheConfig in org.opendaylight.infrautils.caches.guava.internal
Methods in org.opendaylight.infrautils.caches.guava.internal with parameters of type CacheConfig Modifier and Type Method Description <K,V>
Cache<K,V>GuavaCacheProvider. newUnregisteredCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
-
Uses of CacheConfig in org.opendaylight.infrautils.caches.noop.internal
Methods in org.opendaylight.infrautils.caches.noop.internal with parameters of type CacheConfig Modifier and Type Method Description <K,V>
Cache<K,V>NoopCacheProvider. newUnregisteredCache(CacheConfig<K,V> cacheConfig, CachePolicy cachePolicy)
-
Uses of CacheConfig in org.opendaylight.infrautils.caches.standard
Methods in org.opendaylight.infrautils.caches.standard with parameters of type CacheConfig Modifier and Type Method Description <K,V>
Cache<K,V>StandardCacheProvider. newCache(CacheConfig<K,V> cacheConfig, CachePolicy initialPolicy)
-