home
recent changes
unmerged conflicts (0)
view
source
history
Code/pca
Page source:
pca (''pluggable cache architecture'') is an abstraction layer for various caches like memcached or APC. It relies on the basic operations add, set, get, delete and flush. pca uses [[http://simpletest.org|SimpleTest]] for unit tests. == Supported backends * [[http://php.net/manual/en/book.apc.php|APC]] * Filesystem backend (with checksumming) * [[http://memcached.org/|memcached]] * [[http://php.net/manual/en/book.pdo.php|PDO]]: mySQL, Postgres, ... (see [[http://php.net/manual/en/pdo.drivers.php|PDO drivers]]) == Overview * '''Programming language(s):''' PHP5 * '''License:''' Public Domain * '''git clone url:''' git://github.com/soult/pca.git == See also * [[http://soultcer.com/misc/pca/doxygen|API Documentation]] * [[http://github.com/soult/pca/tree/master|pca at github.com]] # vim:tw=78