Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Added listener for flushing Str cache between requests #86

Merged
merged 10 commits into from
Feb 9, 2022

Conversation

tarampampam
Copy link
Collaborator

@tarampampam tarampampam commented Feb 9, 2022

Description

Added

  • Listener FlushStrCacheListener for flushing Str cache between requests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Feb 9, 2022
@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #86 (3f05487) into master (c0b2715) will increase coverage by 0.36%.
The diff coverage is 91.30%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     77.72%   78.09%   +0.36%     
- Complexity      328      337       +9     
============================================
  Files            63       64       +1     
  Lines           826      849      +23     
============================================
+ Hits            642      663      +21     
- Misses          184      186       +2     
Impacted Files Coverage Δ
src/Defaults.php 100.00% <ø> (ø)
src/Listeners/Traits/InvokerTrait.php 93.93% <88.88%> (-6.07%) ⬇️
src/Listeners/FlushStrCacheListener.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53239eb...3f05487. Read the comment docs.

@tarampampam tarampampam marked this pull request as ready for review February 9, 2022 09:36
@tarampampam tarampampam merged commit c7ddf23 into master Feb 9, 2022
@tarampampam tarampampam deleted the flush-str-cache branch February 9, 2022 09:53
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.

1 participant