https://code.google.com/p/memcached/wiki/NewUserInternals It is important that developers using memcached understand a little bit about how it works internally. While it can be a waste to overfocus on the bits and bytes, as your experience grows understanding the underlying bits become invaluable.Understanding memory allocation and evictions, and this particular type of LRU is most of what you n..