Code/pca
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 SimpleTest for unit tests.
Supported backends
Overview
- Programming language(s): PHP5
- License: Public Domain
- git clone url: git://github.com/soult/pca.git
See also