Multiple named cache stores for Rails, through Rails.cache(:name)
https://github.com/igorkasyanchuk/rails_named_cache
An easy way to organize your different caches. A familiar API. Production-ready, and actually in use in production to cache small numbers (when accuracy of 30 second is acceptable) in memory.
Post a comment