File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.1
2+ * Add additional helper methods
3+ - update_if_exists
4+ - update_mut_if_exists
5+ - remove_if
6+ * Change Backing Trait to support ` remove_if ` . This might be breaking if you have a custom backing.
7+
18# v0.1.0
29* Add ttl-cache feature
310* \[ Breaking] Return type of the loader function changed from Optional<T > to Result<T, E>
Original file line number Diff line number Diff line change 22name = " cache_loader_async"
33description = " A thread safe loading cache with async loader functions based on tokio"
44repository = " https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
5- version = " 0.1.0 "
5+ version = " 0.1.1 "
66authors = [" Alexander Becker <bytealex@zerotwo.bot>" , " Spencer Sharkey <spencer@sf-n.com>" ]
77edition = " 2018"
88keywords = [" cache" , " async" ]
You can’t perform that action at this time.
0 commit comments