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

Don't break store's this context for isCacheableValue method #119

Merged
merged 1 commit into from Mar 26, 2018

Conversation

alexandrusavin
Copy link
Contributor

Using cache-manager-memcached-store store's isCacheableValue method will fail because when caching assigns the value to self._isCacheableValue it does not pass the this context.

This PR takes care that store's context is passed to isCacheableValue.

@alexandrusavin alexandrusavin changed the title Don't brake store context for isCacheableValue method Don't brake store's this context for isCacheableValue method Mar 10, 2018
@alexandrusavin alexandrusavin changed the title Don't brake store's this context for isCacheableValue method Don't brake store's this context for isCacheableValue method Mar 10, 2018
@coveralls
Copy link

coveralls commented Mar 10, 2018

Coverage Status

Coverage remained the same at 99.401% when pulling d0da236 on alexandrusavin:master into 2d9dece on BryanDonovan:master.

@BryanDonovan
Copy link
Collaborator

Thanks! I'll get this merged soon.

@BryanDonovan BryanDonovan merged commit 5e882f5 into jaredwray:master Mar 26, 2018
@BryanDonovan
Copy link
Collaborator

Sorry for the delay on this.

@BryanDonovan BryanDonovan changed the title Don't brake store's this context for isCacheableValue method Don't break store's this context for isCacheableValue method Mar 26, 2018
@BryanDonovan
Copy link
Collaborator

This is available in 2.9.0

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

3 participants