No debug header, no data in cache dir, no exceptions.
Now I,m check Zend source and found bug in _makeId() function.
line 258 of Zend\Cache\Frontend\Page.php
written :
if ($tmp2===false) {
return false;
}
need use 'continue';
Please, fix it!
