-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description We currently have 2 dependencies for size and time based caching strategies. Given that we only have 1 usage of `ttl-cache` I replaced it with `cached` to reduce the total number of dependencies. One minor downside is that this now requires to take one more write lock but since there shouldn't be significant contention on the lock to begin with that should be okay.
- Loading branch information
1 parent
c971b67
commit 0db8f43
Showing
3 changed files
with
6 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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