Memcached
M
Memcached
Definition
A high-performance, distributed in-memory caching system designed to speed up dynamic web applications by reducing database load. Memcached stores key-value pairs in RAM and is used by major platforms like Facebook and Wikipedia to cache query results and session data.