metaduck
7Out/090

Rails cache in distributed environment

Page and fragment caching are life-savers for Rails application scalability. Specially for page cache, they can make your app fast, specially if you use a webserver like Nginx, serving static files directly without touching the Rails stack.

But maintaining cache consistency across a distributed Rails application can be challenging.