Memcached

« Back to Glossary Index

A high-performance, distributed memory object caching system. It stores database query results and computed data in RAM so subsequent requests are served from memory instead of querying the database again.

« Back to Glossary Index