Function GetListCacheKey

  • Returns cache identifier for a list of accounts by session ID. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey(api.GetSessionId()); api.Cache.Remove(key); }

    Parameters

    • ssid: string

    Returns string

Generated using TypeDoc