Function GetCacheKey

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

    Parameters

    • tagId: number

    Returns string

Generated using TypeDoc