As per Box documentation, the clearCache function of Content Explorer should force reload the items. But when I call the same function, I don’t see any reload of items in Content Explorer widget.
I am using Content Explorer version 17.1.0.
/**
- Clears out the internal in-memory
- cache for the content explorer forcing
- re-load of items via the API.
- @public
- @return {void}
*/
contentExplorer.clearCache();