Hi
On production, with APCu enabled, if I go an create a post (P1), I put all the details and save, it works.
After the save, create a new post (P2) from admin, do all the required fields and Save it.
Now, P2 should be visble, but P1 content it’s gone and looking on Revisions you can see the changes there. Basically the Id of P1 is taken by P2 on save because the cache. This happens in 80% of the cases.
Those 3 lines were supposed to go to plugins/apcu-manager/assets/object-cache.php
Thanks