Interface | Description |
---|---|
BatchLoader<K,V> |
A function that is invoked for batch loading a list of data values indicated by the provided list of keys.
|
CacheKey<K> |
Function that is invoked on input keys of type
K to derive keys that are required by the CacheMap
implementation. |
CacheMap<U,V> |
Cache map interface for data loaders that use caching.
|
Class | Description |
---|---|
DataLoader<K,V> |
Data loader is a utility class that allows batch loading of data that is identified by a set of unique keys.
|
DataLoaderOptions |
Configuration options for
DataLoader instances. |