File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2787,10 +2787,11 @@ The default value depends on the `config.load_defaults` target version:
2787
2787
2788
2788
# ### `config.active_support.raise_on_invalid_cache_expiration_time`
2789
2789
2790
- Specifies if an ` ArgumentError` should be raised if ` Rails.cache` ` fetch` or
2791
- ` write` are given an invalid ` expires_at` or ` expires_in` time.
2790
+ Specifies whether an ` ArgumentError` should be raised if ` Rails.cache`
2791
+ [` fetch` ][ActiveSupport ::Cache ::Store # fetch] or [`write`][ActiveSupport::Cache::Store#write]
2792
+ are given an invalid ` expires_at` or ` expires_in` time.
2792
2793
2793
- Options are ` true` , and ` false` . If ` false` , the exception will be reported
2794
+ Options are ` true` and ` false` . If ` false` , the exception will be reported
2794
2795
as ` handled` and logged instead.
2795
2796
2796
2797
The default value depends on the ` config.load_defaults` target version:
@@ -2800,6 +2801,9 @@ The default value depends on the `config.load_defaults` target version:
2800
2801
| (original) | ` false` |
2801
2802
| 7.1 | ` true` |
2802
2803
2804
+ [ActiveSupport ::Cache ::Store # fetch]: https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
2805
+ [ActiveSupport ::Cache ::Store # write]: https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-write
2806
+
2803
2807
# ## Configuring Active Job
2804
2808
2805
2809
` config.active_job` provides the following configuration options:
You can’t perform that action at this time.
0 commit comments