Function GetListCacheKey

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

    Parameters

    • entityId: string

    Returns string

Generated using TypeDoc