You asked whether it’s possible to disable this cache in the backend. No, that’s not the way WordPress’s object cache subsystem works. That is possible for the page cache but not the object cache.
Items in the object cache don’t get stale unless there’s a serious programming error in core WP, or in a plugin, I haven’t run across any problems like that in a long time. If you know of such a problem, please start another topic and tell me about it.
-
This reply was modified 2 years, 1 month ago by
OllieJones.
Thread Starter
hupe13
(@hupe13)
Thank you very much. I tested some settings for my plugin, and I was only successful when I deleted the cache. That’s why I asked.