Slide 12
Slide 12 text
2. Solve Issue
Incorporated a cache system when
accessing the database
- Saves product attributes to
memory
- Maintain memory space using
Least Recently Used (LRU)
algorithm
12
How memcached works.
Image from: https://zenmachine.wordpress.com/2008/12/03/50/
More on the LRU algorithm:
https://github.com/memcached/memcached/wiki/UserInternals