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

    Interface CacheOptions

    Options for cached and invalidate.

    interface CacheOptions {
        kv?: KVStorage;
        ttl?: number;
    }
    Index

    KV store override; defaults to the store passed to initialize

    ttl?: number

    Time-to-live in seconds; omit or set <= 0 to cache without expiry