Function GetCacheKey

  • Returns cache identifier for a UCS by entity id. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("123"); api.Cache.Remove(key); }

    Parameters

    • entityId: string

    Returns string

Generated using TypeDoc