I’m currently using types/views for teachers to upload homework for their students.
We’ve an issue with view layout which isn’t updating when a document is deleted/removed. The only way to update to show the new document is to update the post ordering field to title, then back to date and the new document will then display.
I’ve spoken to the host to see if there was any server side caching that could be causing any issue and they’ve confirmed its not. I also don’t have any caching plugin - or any other plugins with caching enabled.
When you say the layout isn't updating, do you mean that the list of results output by the View doesn't update to reflect new/deleted posts?
Views has an internal caching mechanism which should be busted whenever content that would affect the results are added or removed, but you can disable this for a particular View by adding the cached="off" attribute to the wpv-view shortcode where you insert the View.