函数 deleteNDArrayCache

  • 给定 cacheUrl,根据 cacheUrl/ndarray-cache.json 查找要删除的项目。

    参数

    • cacheUrl: string

      项目的 cacheUrl

    • cacheScope: string = "tvmjs"

      缓存的作用域标识符

    • cacheType: string = "cache"

      缓存的类型: "cache" 或 "indexedDB"

    返回 Promise<void>

使用 TypeDoc 生成