Function GetCacheKey

  • Returns cache identifier for a user. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def"); api.Cache.Remove(key); }

    Parameters

    • userId: string
    • Optional accountId: string

    Returns string

Generated using TypeDoc