-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch FileSystemCache to use checked artifact deserialization
We recently introduced safe artifact deserialization methods, which are a much saner default than the unsafe variants, and only have small performance overhead. The CLI was switched to the the new, safe deserialization, but the cache was not updated. This commit and switches the FileSystemCache implementation to use the checked deserialization variants. NOTE: The Cache::load method should also be made safe, but that is a breaking change.
- Loading branch information
Showing
2 changed files
with
25 additions
and
2 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
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