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 CacheManager
CacheManagers. getCacheManager(String cacheID)
Get theCacheManager
for a particular cache, via its ID.CacheManager
BaseCache. 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 theCacheManager
for 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 CacheManager
DelegatingNullSafeBaseCache. getManager()
Methods in org.opendaylight.infrautils.caches.baseimpl with parameters of type CacheManager Modifier and Type Method Description void
CacheManagersRegistry. registerCacheManager(CacheManager cacheManager)
Implementations ofCacheProvider
invoke this for each newCacheManager
they'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 CacheManager
CacheManagersRegistryImpl. 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 void
CacheManagersRegistryImpl. registerCacheManager(CacheManager cacheManager)
-