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: Auth0\Laravel\Cache\LaravelCachePool::createItem returning a cache miss #329

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

pkivits-litebit
Copy link
Contributor

Even when there is a value in the cache, it was still returning a miss, which made the caching practically unusable...

Even when there is a value in the cache, it was still returning a miss, which made the caching practically unusable...
@pkivits-litebit pkivits-litebit requested a review from a team as a code owner November 3, 2022 15:04
@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 10.16% // Head: 10.16% // No change to project coverage 👍

Coverage data is based on head (81acf4f) compared to base (ccb41b6).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #329   +/-   ##
=========================================
  Coverage     10.16%   10.16%           
+ Complexity      208      207    -1     
=========================================
  Files            23       23           
  Lines           551      551           
=========================================
  Hits             56       56           
  Misses          495      495           
Impacted Files Coverage Δ
src/Cache/LaravelCachePool.php 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@evansims evansims changed the title createItem was always returning a cache miss fix: Auth0\Laravel\Cache\LaravelCachePool::createItem returning a cache miss Nov 3, 2022
@evansims evansims added this to the 7.3.1 milestone Nov 3, 2022
@evansims evansims merged commit 7af0bee into auth0:main Nov 3, 2022
@evansims
Copy link
Member

evansims commented Nov 3, 2022

Thanks @pkivits-litebit 👍

@evansims evansims modified the milestones: 7.3.1, 7.3.0 Nov 7, 2022
@evansims evansims mentioned this pull request Nov 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants