Function GetCacheKey

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

    Parameters

    • typeId: string

    Returns string

Generated using TypeDoc