Function cacheOnBox

  • Cache the specified object (file) to the box or the native app.

    Returns

    A promise that resolves when the object is cached.

    Parameters

    • path: string

      The path to the object (file) in the box.

    • body: Blob

      The object (file) to cache.

    Returns Promise<void>

Generated using TypeDoc