@earth-app/collegedb
    Preparing search index...

    Interface WorkersKVProviderOptions

    1.4.0

    interface WorkersKVProviderOptions {
        cacheTtl?: number;
    }
    Index
    cacheTtl?: number

    Edge cache lifetime for reads, in seconds. Set 0 to send no cacheTtl and use Cloudflare's own default.

    3600