PHP Memcached

Memcached is a Free & open source, high-performance, distributed memory object caching system, used in speeding up dynamic web applications by alleviating database load. Memcached stores data like PHP objects, variables, strings in memory as key value pair. This post shows basic usage of memcached.

Continue reading