Project
rails_named_cache
rails_named_cache lets a Rails application register several
ActiveSupport::Cache::Store instances by name and read them back with
Rails.cache(:memory), Rails.cache(:redis), Rails.cache(:pricing) and so on.
Rails.cache keeps working exactly as before, stores are never wrapped, and
no new caching API is introduced.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Licenses
MIT
Dependencies