I'm trying to set a particular view to not be cached, or in the alternative, set times for the cache on it to be purged.
On the home page you see the view "Home - Outlook Bars" near the top of the page. I am having issues with the bars and days not updating correctly. Actually, the bars seem to update fine. But the dates, which are retrieved by a shortcode, do not update when they are supposed to. For instance, while I was working on it the view got cached with the center bar being labeled "Fri | Sat | Sun" and the last one reading "Mon and after." Once I got the shortcode fixed so it was delivering correct data, the labels did not update.
I can verify several ways that the view is being cached. For example, if I reload the home page the shortcode plugin does not log the request as it should -- nothing happens. I also tried the page from cURL and got the cached, not correct, output.
I purged CloudFlare cache -- that did not fix the issue. The shortcode works as expected when included in a page (hidden link) or via the Oxygen shortcode block. When I cleared the cache using the button in the views display, the view updated appropriately and logged its run as it should have.
What I'm looking for is a way to say "never cache this view" or in the alternate "clear the cache for this view at 1200 GMT daily." Does such a thing exist?