Function GetListCacheKey

  • Returns cache identifier for a list of imported files. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey("CAD", 0); api.Cache.Remove(key); }

    Parameters

    Returns string

Generated using TypeDoc