Back to Developer Roadmap

Memcached

src/data/roadmaps/backend/content/[email protected]

4.0581 B
Original Source

Memcached

Memcached is a distributed memory-caching system that speeds up dynamic websites by caching data and objects in RAM. Provides large distributed hash table across multiple machines with LRU eviction. Applications layer requests in RAM before falling back to slower backing stores.

Visit the following resources to learn more: