hoodkit
    Preparing search index...

    Interface HoodCacheOptions

    Options for createHoodCache.

    interface HoodCacheOptions {
        store?: CacheStore;
        ttls?: Partial<CacheTtls>;
    }
    Index
    store?: CacheStore

    Backing store.

    a MemoryLruStore

    ttls?: Partial<CacheTtls>

    Override any subset of the default per-datatype TTLs.