Function GetCacheKey

  • Returns cache identifier for a Custom Form by ID. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey(1); api.Cache.Remove(key); }

    Parameters

    • id: number

    Returns string

Generated using TypeDoc