| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProvider
Base class of CacheProvider, useful for API implementors (not users).
|
class |
BaseProvider
Minimal implementation of CacheProvider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaCacheProvider
Googgle Guava
LoadingCache implementation of cache factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCacheProvider
No Operation ("NOOP") implementation of cache factory.
|
| Constructor and Description |
|---|
SampleServiceWithCachingImpl(CacheProvider cacheProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCacheProvider
Default standard usual ordinary habitual ;)
CacheProvider. |
| Constructor and Description |
|---|
CacheModule(Class<? extends CacheProvider> providerClass) |
Copyright © 2019 OpenDaylight. All rights reserved.