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