Change Cache::load to be safe #3857
Labels
🚨 breaking change
This Issue or PR involves a breaking change
🎉 enhancement
New feature!
priority-high
High priority issue
Milestone
Currently the
Cache::load
trait method is unsafe.Since we recently introduced checked/safe artifact deserialization , which is a much saner default, we should also switch the method to be safe.
Users really wanting to use unsafe deserialization can do their own implementation.
NOTE: this is a breaking change.
See also #3856 and #3855 .
NOTE: this also relates to @Michael-F-Bryan work on new caching primitives.
The text was updated successfully, but these errors were encountered: