You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the json versioning and properties features, but I don't really need the caching for one of my models (for now). So is it possible to disable caching for a single model? Is it viable? What are your thoughts?
The text was updated successfully, but these errors were encountered:
I think it's viable, I would track down where we use Mongoid::CachedJson.config.disable_caching and extend the DSL to be able to say something like disable_caching: true. Would take a PR with this.
I like the json versioning and properties features, but I don't really need the caching for one of my models (for now). So is it possible to disable caching for a single model? Is it viable? What are your thoughts?
The text was updated successfully, but these errors were encountered: