By piccoloprincipe
via css.dzone.com
Published: Jul 31 2012 / 09:31
APC (Alternative PHP Cache) is one of the orthogonal tools you can use to speed up the execution of PHP code. This article explains from scratch the correct use of APC's system cache (not touching the user cache, which is just a standard key/value map).
Add your comment