A.3. Caching
A.3.1. APC
Repository: PECL - License: PHP - By Daniel Cowgill (lead) - George Schlossnagle (lead)
Alternative PHP Cache
A.3.1.1 Description
APC is the Alternative PHP Cache. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
A.3.2. Cache
Repository: PEAR - License: PHP License - By Christian Stocker (lead) - Ulf Wendel (developer)
Framework for caching of arbitrary data.
A.3.2.1 Description
With the PEAR Cache you can cache the result of certain function calls, as well as the output of a whole script run or share data between applications.
A.3.3. Cache_Lite
Repository: PEAR - License: lgpl - By Fabien MARTY (lead)
Fast and Safe little cache system
A.3.3.1 Description
This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests).
|