Home › Forums › Backend Issues (wp-admin) › Support for Persistent Object Cache › Reply To: Support for Persistent Object Cache
Since 5.4.0, /core/cache.php
explicitly adds “acf” to a non-persistent-cache group via calling wp_cache_add_non_persistent_groups()
.
So for some reason it has been determined that ACF should not use the persistent cache.
Why? What’s the logic there and why can’t it be overruled without hacking this file?
HOWEVER, if you look at wp_cache_add_non_persistent_groups()
, it does nothing! It’s an empty function in WP core. So I dunno what to think.
A
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.