I discovered a simple solution to this problem for all others suffering from the same.
Simply add this:
define(‘DONOTCACHEPAGE’, true);
define(‘DONOTCACHEDB’, true);
define(‘DONOTCACHCEOBJECT’, true);
at the top of your page view plugin.
It worked for me.