We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e4004 commit 0a2183cCopy full SHA for 0a2183c
src/phpFastCache/Drivers/Sqlite/Driver.php
@@ -371,7 +371,7 @@ protected function driverDelete(CacheItemInterface $item)
371
protected function driverClear()
372
{
373
$this->instance = [];
374
- $this->instance = null;
+ $this->indexing = null;
375
376
// delete everything before reset indexing
377
$dir = opendir($this->getSqliteDir());
0 commit comments