Luc Shelton

Memcached

Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is free and open-source software, licensed under the Revised BSD license.

Blogs

I've written 1 blogs about Memcached.

SilverStripe: Integrating Memcached Caching with Docker
Posted 2 years ago by Luc Shelton

In this blog post, I am going to demonstrate how you can hook up an existing memcached server instance with SilverStripe.