APCu
Written by Yujin Boby
Edit in WordPressAPCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables.
APCu only supports userland caching of variables. APCu is APC stripped of opcode caching.
Written by Yujin Boby
Edit in WordPressAPCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables.
APCu only supports userland caching of variables. APCu is APC stripped of opcode caching.