{eac}ObjectCache is a persistent object cache using APCu & SQLite to cache WordPress objects; A drop-in replacement to the WP Object Cache used by …
As of April 2026, {eac}ObjectCache is a WordPress apcu plugin with 10 active installations and a 5/5 rating from 2 reviews. It has been downloaded 2.4K+ times in total. Requires WordPress 5.8+ and PHP 8.1+. Available on WordPress.org since 2024. Top alternative: APCu Manager.
The {eac}ObjectCache is a light-weight and very efficient drop-in persistent object cache that uses a fast SQLite database and even faster APCu shared memory to cache WordPress objects.
See The WordPress Object Cache
The WordPress Object Cache is used to save on trips to the database. The Object Cache stores all of the cache data to memory and makes the cache contents available by using a key, which is used to name and later retrieve the cache contents.
By default, the object cache is non-persistent. This means that data stored in the cache resides in memory only and only for the duration of the request. Cached data will not be stored persistently across page loads unless you install a persistent caching plugin.
Here, an object is any piece of data – a number, text, a set of datab…
| WordPress | 5.8+ requiredTested up to 6.8.5 |
| PHP | 8.1+ required |
write_hooks when using APCu.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.