Library API
    Preparing search index...

    Interface ServerStorageOptions

    Options for fine-grained cache control in server storage contexts

    interface ServerStorageOptions {
        static?: boolean;
        ttl?: number;
    }
    Index
    static?: boolean

    If true, registers as an immortal static key immune to LRU capacity eviction and TTL

    ttl?: number

    Custom time-to-live in milliseconds for this specific entry