Skip to content

Commit cc22f64

Browse files
authored
Merge pull request #9 from techhead/master
Clear underlying PSR-16 cache also
2 parents b0de584 + 7588d61 commit cc22f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Psr6/CachePool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public function hasItem($key)
166166
*/
167167
public function clear()
168168
{
169+
$this->_cacheEngine->clear();
169170
$this->bufferKeys = [];
170171
$this->buffer = [];
171172
}

0 commit comments

Comments
 (0)