Tag: EVCache
3 articles
EVCache Client Integration: Memcached Setup and Configura...
Java applications wanting to experience Netflix EVCache locally or in small teams, but server not open source, can only self-build based on Memcached. Compile Memcached 1.6.39 from source, start ac...
EVCache Internal Principles: Memcached Architecture, Slab...
Using EVCache in large-scale distributed cache needs understanding of underlying Memcached memory management and eviction behavior. EVCache essentially relies on Memcached + Slab Allocation + Lazy ...
EVCache Introduction: Netflix-level Architecture and Mult...
Want to learn Netflix's EVCache system for self-development, but only know it's 'Memcached-based distributed cache'. Break down EVCache/Rend/Memcached/Mnemonic four layers to understand cache layer...