Sebastien BALLET b04feb654c development/php-apcu: Fix ownership. il y a 8 ans
..
README ab908d38b2 development/php-apcu: Added (userland caching). il y a 9 ans
apcu.ini 47a5b49203 development/php-apcu: Fix php ini file location. il y a 9 ans
doinst.sh 47a5b49203 development/php-apcu: Fix php ini file location. il y a 9 ans
php-apcu.SlackBuild b04feb654c development/php-apcu: Fix ownership. il y a 8 ans
php-apcu.info 2b7283c703 development/php-apcu: Updated for version 4.0.11. il y a 9 ans
slack-desc ab908d38b2 development/php-apcu: Added (userland caching). il y a 9 ans

README

APCu is userland caching: APC stripped of opcode caching in
preparation for the deployment of Zend Optimizer+ as the
primary solution to opcode caching in future versions of PHP.

APCu only supports userland caching (and dumping) of variables,
providing an upgrade path for the future. When O+ takes over,
many will be tempted to use 3rd party solutions to userland
caching, possibly even distributed solutions; this would be a
grave error. The tried and tested APC codebase provides far
superior support for local storage of PHP variables.