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 b8dd1c7 commit 01bb748Copy full SHA for 01bb748
MemcachedCachePool.php
@@ -67,7 +67,7 @@ protected function clearOneObjectFromCache($key)
67
{
68
$this->commit();
69
$path = null;
70
- $key = $this->getHierarchyKey($key, $path);
+ $key = $this->getHierarchyKey($key, $path);
71
if ($path) {
72
$this->cache->increment($path, 1, 0);
73
}
0 commit comments