APC Cache is PHP Object cache to speed up PHP scripts.
http://pecl.php.net/package/APC
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Installing APC Cache is easy, just run
pecl install APC
For more details, see