-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to mark data as stale (#849)
* 🚧 UPDATE: stale v2 to v3 ^^ * 🚸 UPDATE: with TODOs * 👌 FIX: with feedback v0 * ⚡ IMPROVE: stale story * rename defaultTimeToStale to defaultLifetime * add garbage collection * linter * tests pass * consolidate cache methods * fix syntax issue * unused import * tests pass * grammar * add stale section to cache guide * link * fix link * changeset * remove unused tests * clean up links file --------- Co-authored-by: Alec Aivazis <[email protected]>
- Loading branch information
1 parent
760d005
commit 71ad83d
Showing
32 changed files
with
883 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'houdini': minor | ||
--- | ||
|
||
Add support for marking data as stale |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.