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 can see where there’s confusion with that comment. The clearCache() method won’t actually immediately re-load the items, it just means the next time a network request should be made, it will not use any cached result.
You can see the implementation of the method here: