| Interface | Description |
|---|---|
| AsyncLookupFunctionProvider |
A provider for creating
AsyncLookupFunction. |
| FullCachingLookupProvider |
A
LookupFunctionProvider that never lookup in external system on cache miss and provides
a cache for holding all entries in the external system. |
| LookupFunctionProvider |
A provider for creating
LookupFunction. |
| PartialCachingAsyncLookupProvider |
Provider for creating
AsyncLookupFunction and LookupCache for storing lookup
entries. |
| PartialCachingLookupProvider |
Provider for creating
LookupFunction and LookupCache for storing lookup entries. |
| Class | Description |
|---|---|
| LookupOptions |
Predefined options for lookup table.
|
| Enum | Description |
|---|---|
| LookupOptions.LookupCacheType |
Types of the lookup cache.
|
| LookupOptions.ReloadStrategy |
Defines which
CacheReloadTrigger to use. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.