Function GetContainsKey

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

    Parameters

    • entityId: string

    Returns string

Generated using TypeDoc