Fix a bug in MemoryCache

This commit is contained in:
Matias Griese
2017-08-30 14:08:57 +03:00
parent fab81b923b
commit cdb5d591e8

View File

@@ -28,7 +28,7 @@ class MemoryCache extends AbstractCache
*/
public function __construct()
{
parent::__construct();
parent::__construct('', 300);
}
public function doGet($key, $miss)