Interface FullCachingLookupProvider

All Superinterfaces:
LookupFunctionProvider, LookupTableSource.LookupRuntimeProvider

@PublicEvolving public interface FullCachingLookupProvider extends LookupFunctionProvider
A LookupFunctionProvider that never lookup in external system on cache miss and provides a cache for holding all entries in the external system. The cache will be fully reloaded from the external system by the ScanTableSource.ScanRuntimeProvider and reload operations will be triggered by the CacheReloadTrigger.