Skip to content

References

kavi castelo edited this page Nov 18, 2025 · 1 revision

References

Research Papers

  • "ARC: A Self-Tuning, Low Overhead Replacement Cache" — IBM Research
  • "TinyLFU: A Highly Efficient Cache Admission Policy"
  • "Dablooms & streaming algorithms"
  • "ZFS ARC implementation notes"

Production Implementations

  • Caffeine (Google)
  • Redis
  • Cloudflare Workers
  • ZFS filesystem

Open-Source Code

  • Java Caffeine Cache
  • Redis LFU logic
  • Apache Cassandra caching layer

Clone this wiki locally