Uses of Interface
org.opendaylight.infrautils.caches.CacheProvider
-
-
Uses of CacheProvider in org.opendaylight.infrautils.caches.baseimpl
Classes in org.opendaylight.infrautils.caches.baseimpl that implement CacheProvider Modifier and Type Class Description classAbstractProviderBase class of CacheProvider, useful for API implementors (not users).classBaseProviderMinimal implementation of CacheProvider. -
Uses of CacheProvider in org.opendaylight.infrautils.caches.guava.internal
Classes in org.opendaylight.infrautils.caches.guava.internal that implement CacheProvider Modifier and Type Class Description classGuavaCacheProviderGooggle GuavaLoadingCacheimplementation of cache factory. -
Uses of CacheProvider in org.opendaylight.infrautils.caches.noop.internal
Classes in org.opendaylight.infrautils.caches.noop.internal that implement CacheProvider Modifier and Type Class Description classNoopCacheProviderNo Operation ("NOOP") implementation of cache factory. -
Uses of CacheProvider in org.opendaylight.infrautils.caches.sample
Constructors in org.opendaylight.infrautils.caches.sample with parameters of type CacheProvider Constructor Description SampleServiceWithCachingImpl(CacheProvider cacheProvider) -
Uses of CacheProvider in org.opendaylight.infrautils.caches.standard
Classes in org.opendaylight.infrautils.caches.standard that implement CacheProvider Modifier and Type Class Description classStandardCacheProviderDefault standard usual ordinary habitual ;)CacheProvider. -
Uses of CacheProvider in org.opendaylight.infrautils.caches.testutils
Constructor parameters in org.opendaylight.infrautils.caches.testutils with type arguments of type CacheProvider Constructor Description CacheModule(Class<? extends CacheProvider> providerClass)
-