Skip to content
Archive of entries posted on November 2010

The Usability of PHP Memcache For Your Website

Memcache is a type of module that gives a helpful interface to memcached, which was designed to reduce the database load in dynamic web applications. Memcache can be useful for your website as a mecha…