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.
2 parents 4e04ac4 + f763d88 commit 0d49e7cCopy full SHA for 0d49e7c
src/phpFastCache/Drivers/Sqlite/Driver.php
@@ -367,7 +367,7 @@ protected function driverDelete(CacheItemInterface $item)
367
protected function driverClear()
368
{
369
$this->instance = [];
370
- $this->instance = null;
+ $this->indexing = null;
371
372
// delete everything before reset indexing
373
$dir = opendir($this->getSqliteDir());
0 commit comments