Function GetCacheKey

  • Returns cache identifier for an account by ID. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey(1); api.Cache.Remove(key); }

    Parameters

    • accountId: string
    • Optional appSettingsId: string

    Returns string

Generated using TypeDoc