Uses of Interface
org.opendaylight.infrautils.caches.baseimpl.CacheManagersRegistry
-
-
Uses of CacheManagersRegistry in org.opendaylight.infrautils.caches.baseimpl
Constructors in org.opendaylight.infrautils.caches.baseimpl with parameters of type CacheManagersRegistry Constructor Description AbstractProvider(CacheManagersRegistry cachesMonitor)
-
Uses of CacheManagersRegistry in org.opendaylight.infrautils.caches.baseimpl.internal
Classes in org.opendaylight.infrautils.caches.baseimpl.internal that implement CacheManagersRegistry Modifier and Type Class Description class
CacheManagersRegistryImpl
Implementation of CachesMonitor. -
Uses of CacheManagersRegistry in org.opendaylight.infrautils.caches.guava.internal
Constructors in org.opendaylight.infrautils.caches.guava.internal with parameters of type CacheManagersRegistry Constructor Description GuavaCacheProvider(CacheManagersRegistry cachesMonitor)
-
Uses of CacheManagersRegistry in org.opendaylight.infrautils.caches.noop.internal
Constructors in org.opendaylight.infrautils.caches.noop.internal with parameters of type CacheManagersRegistry Constructor Description NoopCacheProvider(CacheManagersRegistry cachesMonitor)
-
Uses of CacheManagersRegistry in org.opendaylight.infrautils.caches.standard
Constructors in org.opendaylight.infrautils.caches.standard with parameters of type CacheManagersRegistry Constructor Description StandardCacheProvider(CacheManagersRegistry cacheManagersRegistry)
-