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 class
AbstractProvider
Base class of CacheProvider, useful for API implementors (not users).class
BaseProvider
Minimal 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 class
GuavaCacheProvider
Googgle GuavaLoadingCache
implementation 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 class
NoopCacheProvider
No 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 class
StandardCacheProvider
Default 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)
-