Type
FilePathSourceOptions
Options for FilePathSource
.
ts
type FilePathSourceOptions = {
maxCacheSize?: number;
};
Properties
maxCacheSize
ts
maxCacheSize?: number;
The maximum number of bytes the cache is allowed to hold in memory. Defaults to 8 MiB.