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

Add Debug impl to the following caches #138

Merged
merged 1 commit into from
May 25, 2022
Merged

Add Debug impl to the following caches #138

merged 1 commit into from
May 25, 2022

Conversation

tatsuya6502
Copy link
Member

  • sync::Cache
  • sync::SegmentedCache
  • future::Cache
  • unsync::Cache

Note that dash::Cache already has Debug impl.


Fixes #132

- `sync::Cache`
- `sync::SegmentedCache`
- `future::Cache`
- `unsync::Cache`

Note that `dash::Cache` already has `Debug` impl.
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 7d03fe1 into master May 25, 2022
@tatsuya6502 tatsuya6502 deleted the debug-impl2 branch May 25, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache missing Debug impl
1 participant