Cachex is great, don’t get me wrong, and I totally use it when I need a quick KV cache, but perhaps I didn’t fully clarify the point I was making. Treat a GenServer as your data store, complete with the necessary business logic, and you’ll probably find yourself needing a cache less often.
2 Likes






















