@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface ResolveBrandHierarchyOptions

    Options for client-side brand hierarchy resolution caching.

    interface ResolveBrandHierarchyOptions {
        ttlMs?: number;
        fresh?: boolean;
    }
    Index

    Properties

    Properties

    ttlMs?: number

    Cache this resolution in-memory for the provided number of milliseconds. Omit or set to 0 to bypass the SDK cache.

    fresh?: boolean

    Force a registry read and refresh any matching cache entry.