Function GetListCacheKey

  • Returns cache identifier for a list of annotated documents by type. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey("SVG"); api.Cache.Remove(key); }

    Parameters

    • type: string

    Returns string

Generated using TypeDoc