Skip to content

Commit

Permalink
Merge pull request #9 from techhead/master
Browse files Browse the repository at this point in the history
Clear underlying PSR-16 cache also
  • Loading branch information
byjg authored Apr 10, 2024
2 parents b0de584 + 7588d61 commit cc22f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psr6/CachePool.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function hasItem($key)
*/
public function clear()
{
$this->_cacheEngine->clear();
$this->bufferKeys = [];
$this->buffer = [];
}
Expand Down

0 comments on commit cc22f64

Please sign in to comment.