Function GetCacheKeyByRootId

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

    Parameters

    • rootId: string

    Returns string

Generated using TypeDoc