@triply/triplydb
    Preparing search index...

    Interface FileCacheOptions

    Options for fileCache.

    interface FileCacheOptions {
        cacheDir: string;
        compression: "gz" | undefined;
    }
    Index
    cacheDir: string

    Directory to store responses in. Created if it does not exist.

    compression: "gz" | undefined

    'gz' to gzip each entry, or undefined to store them uncompressed.