Skip to content
OprekerSejati edited this page Apr 14, 2026 · 1 revision

Welcome to the cachex Wiki

cachex is a high-performance, concurrent, and "intelligent" in-memory cache for Go 1.23+. It is designed for applications where latency is measured in nanoseconds and hit-rate efficiency is non-negotiable.

🎯 The Three Pillars of cachex

  1. Extreme Concurrency: Leveraging a 256-shard architecture to eliminate mutex contention on high-core-count servers.
  2. Superior Intelligence: Implementing W-TinyLFU for smart admission and eviction, ensuring your cache contains the hottest data, not just the most recent.
  3. Hybrid Flexibility: A seamless L1 (Local) and L2 (Distributed/Redis) store strategy that works out-of-the-box.

🗺️ Navigation

Clone this wiki locally