Get file cache info
- 18 May 2022
- 1 Minute to read
- DarkLight
- PDF
Get file cache info
- Updated on 18 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Returns information about the current file cache.
Input arguments
No input arguments.
Output arguments
Number of outputs: 2
Label | Key | Type | Description |
---|---|---|---|
Cache size | cacheSize | Number(integer) | Total size of the file cache, in bytes. |
Cached files | cachedFiles | Array | List containing the currently cached files. |
Events
No events.
Errors
Label | Code | Description |
---|---|---|
Unknown error | unknown | Thrown if an unknown error occurred while getting the file cache information. |
Was this article helpful?