@cfxlabsinc/b2b-services
    Preparing search index...

    Variable ORG_CONSUMER_SEARCH_CACHEConst

    ORG_CONSUMER_SEARCH_CACHE: {
        l1: { ttl: 30000 };
        namespace: "organization-consumer-search";
        ttl: number;
    } = ...

    Shared consumer-search cache config. OrganizationService owns the read; OrganizationAdminService constructs a buster over the same namespace so admin-path writes (e.g. AiPrise verification callbacks) self-bust the cache the dashboard reads — same namespace + cluster busts cross-process.

    Type Declaration

    • Readonlyl1: { ttl: 30000 }
    • Readonlynamespace: "organization-consumer-search"
    • Readonlyttl: number