Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Laracon 2024 #52710
Laracon 2024 #52710
Changes from 44 commits
ed4884a
50aae67
efa71ff
714cef2
98b4d4c
cfd40dd
f39acdc
b4b7a75
cff79e4
3ec696c
b7fa85f
c9e1b7d
11977e7
569c6f5
5ec9d6b
dc3d5d7
8ce4659
c89d85a
ecd8949
5e68fb3
65556fa
f467116
69b658b
d2db712
989a5f5
1058023
3de3331
b6656e3
9913bbc
318218c
14a9ae2
984c4a2
8ac5618
308f142
1dd890a
cc64665
14dc1ad
03d198b
7726a92
1a8853e
d9da8ae
eb207ac
3229285
9ed9953
d71f4ee
419893c
516cd78
16b85a3
1de6373
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious what you think about calling this (or aliasing it to)
Cache::throttle()
orCache::debounce()
, since it is literally throttling/debouncing the refreshing of the cached value. Regardless can't wait to use it!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another is why a 2-element array for ttl and not spreading it as, say,
($key, $ttlFresh, $ttlStale, ...)
Check failure on line 17 in src/Illuminate/Concurrency/ForkDriver.php
GitHub Actions / Source Code