Getting Started with Memcached
in PHP added by CalEvans, on 21/2/2009 cache memcached
Memcache is a tool which can cache objects in memory – and is often used for speeding up dynamic web applications. PHP has a built-in module for working with memcache, and its a simple and convenient way of introducing caching to your application.
1 comment save report
wekaali 0 points on 24/2/09
