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.
Required Ruby Version
>= 3.3.0
Authors
Igor Kasyanchuk