Uses of Interface
org.opendaylight.infrautils.caches.CacheManager
-
Packages that use CacheManager Package Description org.opendaylight.infrautils.caches org.opendaylight.infrautils.caches.baseimpl org.opendaylight.infrautils.caches.baseimpl.internal -
-
Uses of CacheManager in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CacheManager Modifier and Type Method Description CacheManagerCacheManagers. getCacheManager(String cacheID)Get theCacheManagerfor a particular cache, via its ID.CacheManagerBaseCache. getManager()Methods in org.opendaylight.infrautils.caches that return types with arguments of type CacheManager Modifier and Type Method Description Iterable<CacheManager>CacheManagers. getAllCacheManagers()Get theCacheManagerfor all caches. -
Uses of CacheManager in org.opendaylight.infrautils.caches.baseimpl
Methods in org.opendaylight.infrautils.caches.baseimpl that return CacheManager Modifier and Type Method Description CacheManagerDelegatingNullSafeBaseCache. getManager()Methods in org.opendaylight.infrautils.caches.baseimpl with parameters of type CacheManager Modifier and Type Method Description voidCacheManagersRegistry. registerCacheManager(CacheManager cacheManager)Implementations ofCacheProviderinvoke this for each newCacheManagerthey're about to return to users. -
Uses of CacheManager in org.opendaylight.infrautils.caches.baseimpl.internal
Methods in org.opendaylight.infrautils.caches.baseimpl.internal that return CacheManager Modifier and Type Method Description CacheManagerCacheManagersRegistryImpl. getCacheManager(String cacheID)Methods in org.opendaylight.infrautils.caches.baseimpl.internal that return types with arguments of type CacheManager Modifier and Type Method Description List<CacheManager>CacheManagersRegistryImpl. getAllCacheManagers()Methods in org.opendaylight.infrautils.caches.baseimpl.internal with parameters of type CacheManager Modifier and Type Method Description voidCacheManagersRegistryImpl. registerCacheManager(CacheManager cacheManager)
-