Logos DX
    Preparing search index...

    Options for setting cache entries.

    interface SetCacheOptions {
        staleIn?: number;
        ttl?: number;
    }
    Index

    Properties

    Properties

    staleIn?: number

    Time until stale for SWR in milliseconds. Uses defaultStaleIn if not specified.

    ttl?: number

    Time to live in milliseconds. Uses defaultTtl if not specified.