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

Fix get multiple method #27

Merged
merged 2 commits into from
Dec 12, 2022
Merged

Fix get multiple method #27

merged 2 commits into from
Dec 12, 2022

Conversation

shvlv
Copy link
Contributor

@shvlv shvlv commented Dec 9, 2022

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix.

What is the current behavior? (You can also link to an open issue here)
The current wp_cache_get_multiple and \Inpsyde\WpStash\ObjectCacheProxy::get_multiple don't work as expected.
The problem is when we add the item to the cache we generate an item key with \Inpsyde\WpStash\Generator\KeyGen but we completely ignore this when retrieving multiple values. So the cache is always missing.

What is the new behavior (if this is a feature change)?
The current fix allows us to retrieve multiple values which were added before.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.

Other information:
Unrelated but with 6.0.0 we have wp_cache_set_multiple. It should be included in the library as well.

@shvlv shvlv requested a review from Biont December 9, 2022 19:33
Copy link
Member

@Biont Biont left a comment

Choose a reason for hiding this comment

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

Thank you for debugging!

@Biont Biont merged commit 219e1ae into master Dec 12, 2022
@Biont Biont deleted the fix/get-multiple branch December 12, 2022 08:48
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.

None yet

2 participants