Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API stabilization: Smaller core cache API, prefer shorter names for common methods #105

Merged
merged 8 commits into from
Mar 22, 2022
Prev Previous commit
Next Next commit
API stabilization: Add block method to future::Cache
Fix broken links in the CHANGELOG.
  • Loading branch information
tatsuya6502 committed Mar 22, 2022
commit 9cc04c5c54ec11fe0d75ccc63c5d6a0ac10bb644
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Also `policy` method was added to all caches and `blocking` method was added to
respectively. Some uncommon cache methods were moved to these structs, and old
methods were removed without deprecating.

Please see [#105](gh-pull-0105) for the complete list of the renamed and moved methods.
Please see [#105][gh-pull-0105] for the complete list of the renamed and moved methods.

### Changed

- API stabilization. (Smaller core cache API, shorter names for common methods)
([#105](gh-pull-0105))
([#105][gh-pull-0105])
- Performance related:
- Improve performance of `get_with` and `try_get_with`. ([#88][gh-pull-0088])
- Avoid to calculate the same hash twice in `get`, `get_with`, `insert`,
Expand Down