@cfxlabsinc/b2b-services
    Preparing search index...
    IDENTITY_GET_CACHE: {
        l1: { ttl: 30000 };
        namespace: "identity-get";
        ttl: number;
    } = ...

    Shared get cache config. IdentityService owns the read; IdentityAdminService constructs a buster over the same namespace so admin-path writes (AiPrise verification callbacks) self-bust the cache the dashboard reads.

    Type Declaration

    • Readonlyl1: { ttl: 30000 }
    • Readonlynamespace: "identity-get"
    • Readonlyttl: number