Function GetTypeListKey

  • Returns cache identifier for a list of entity lods. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey("abc", "def"); api.Cache.Remove(key); }

    Parameters

    • typeId: string
    • group: string

    Returns string

Generated using TypeDoc