-
Notifications
You must be signed in to change notification settings - Fork 465
Closed
Description
@petergoldstein I'm not sure what I'm missing but the default behavior for caching nils we're experiencing in our Rails application is true even though the documentation says otherwise:

When I look at the code, it seems like the default is true as well:
Line 355 in 1d4cbfc
| CACHE_NILS = { cache_nils: true }.freeze |
Line 138 in 1d4cbfc
| req_options = req_options.nil? ? CACHE_NILS : req_options.merge(CACHE_NILS) if cache_nils |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels