DataLoaderOptions<K, V, C> constructor
DataLoaderOptions<K, V, C> ({})
DataLoader configuration options. Optionally turn off batching or caching or provide a cache key function or a custom cache instance.
Implementation
DataLoaderOptions({
this.batch,
this.maxBatchSize,
this.batchScheduleFn,
this.cache,
this.cacheKeyFn,
this.cacheMap,
});