• Returns cache identifier for an entity relation record. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def", "ghi"); api.Cache.Remove(key); }

    Parameters

    • entityA: string
    • entityB: string
    • typeId: string

    Returns string

Generated using TypeDoc