Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Parameterize cache store #415

Open
oehlschl opened this issue Sep 18, 2017 · 0 comments
Open

Feature: Parameterize cache store #415

oehlschl opened this issue Sep 18, 2017 · 0 comments
Labels

Comments

@oehlschl
Copy link

oehlschl commented Sep 18, 2017

We're looking into the performance of our jbuilder view implementation, and it would be nice to configure the cache store to something besides the Rails store (perhaps ActiveSupport::Cache::NullStore), at least temporarily. It looks like ::Rails.cache is hardcoded in a couple places that could be abstracted to use a class parameter, similar to the way ignore_nil is set up.

I can open a PR if there's other interest or value in this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants