Skip to content

Commit 7588d61

Browse files
committed
Clear underlying PSR-16 cache also
1 parent b0de584 commit 7588d61

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)