Function GetCacheKey

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

    Parameters

    • url: string

    Returns string

Generated using TypeDoc