=== Object Cache for APCu - ZapCu ===
Contributors: wpdebuglog
Tags: apcu, cache, object cache, performance, optimization
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight object caching plugin using PHP's APCu extension for fast in-memory caching and performance boost.

== Description ==

**Object Cache for APCu** enables persistent object caching in WordPress using the APCu extension. It helps reduce database queries by caching objects in memory, speeding up page loads and backend performance.
**Requires: [APCu extension](https://www.php.net/manual/en/book.apcu.php)**

→ [How to Enable APCu Caching (cPanel)](https://www.fastcomet.com/kb/enable-apcu-caching)

⚠️ Make sure APCu is enabled on your server before activating this plugin.


**Features:**
* Uses APCu for WordPress object caching.
* Dashboard with real-time APCu stats (hits, misses, memory, inserts, etc.).
* Clear/reset cache with one click (protected by nonce).
* Automatically installs `object-cache.php` in wp-content.
* Clean, professional admin interface.

== Installation ==

1. Make sure the APCu PHP extension is installed and enabled.
2. Upload the plugin to the `/wp-content/plugins/` directory.
3. Activate the plugin from the 'Plugins' menu in WordPress.
4. Visit **Settings > APCU Cache** to view stats or clear the cache.

== Frequently Asked Questions ==

= What if APCu is not installed? =

You'll see a warning asking to enable the APCu extension via terminal or cPanel. You can install it using PECL: `pecl install apcu`.
[How to Enable APCu Caching (cPanel)](https://www.fastcomet.com/kb/enable-apcu-caching)

= Will this work on shared hosting? =

Only if your host supports APCu.

= Is this suitable for production? =

APCu is ideal for single-server setups like small VPS or staging/dev sites. It’s not recommended for multi-server/clustered environments.

== Screenshots ==

1. Cache statistics page with professional layout.

== Changelog ==

= 1.0.0 =
* Initial release
* Object cache via APCu
* Admin dashboard with stats and reset

== Upgrade Notice ==

= 1.0.0 =
First stable version.
