function __construct($cachePath) { $this->cachePath = $cachePath; parent::__construct(); }
function __construct() { parent::__construct(); }