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

    Parameters

    • entityId: string

    Returns string

Generated using TypeDoc