Function GetCacheKey

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

    Parameters

    • sourceId: number
    • sourceKey: string

    Returns string

Generated using TypeDoc