@PublicEvolving public interface PartialCachingAsyncLookupProvider extends AsyncLookupFunctionProvider
AsyncLookupFunction
and LookupCache
for storing lookup
entries.Modifier and Type | Method and Description |
---|---|
LookupCache |
getCache()
Get a new instance of
LookupCache . |
static PartialCachingAsyncLookupProvider |
of(AsyncLookupFunction asyncLookupFunction,
LookupCache cache)
|
createAsyncLookupFunction, of
static PartialCachingAsyncLookupProvider of(AsyncLookupFunction asyncLookupFunction, LookupCache cache)
LookupCache getCache()
LookupCache
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.