@opentdf/sdk
    Preparing search index...

    Type Alias RewrapCacheOptions

    Configuration options for the collection header cache.

    type RewrapCacheOptions = {
        bypass?: boolean;
        maxAge?: number;
        pollInterval?: number;
    }
    Index

    Properties

    bypass?: boolean

    If we should disable (bypass) the cache.

    maxAge?: number

    Evict keys after this many milliseconds.

    pollInterval?: number

    Check for expired keys once every this many milliseconds.