Memory Cache Statistics
Status {$statusLabel}
Max Allowed Value Size {$stats['max_size']} characters
Total Keys in Cache {$stats['rows']}
Expired Keys (Awaiting Prune) {$stats['expired_rows']}
Data Memory Used {$dataMemoryUsed}
Index Memory Used {$indexMemoryUsed}
How it works:
This module uses the high-speed MySQL/MariaDB MEMORY engine. Data is stored entirely in RAM. If your database server reboots, the data is automatically cleared, but the module will auto-recover and recreate the table schema if necessary.