Memcached is an open source project that provides an extremely simple extremely fast name/value store, widely used for caching database results and web pages. It takes the load off database servers, and speeds up website responsiveness.
Find out how memcached works, what you can use it for, and how to add support for it in your own sites and projects.