/**
  * Short description of method __construct
  *
  * @access protected
  * @author Joel Bout, <*****@*****.**>
  * @return mixed
  */
 protected function __construct()
 {
     $this->instancesCache = array();
     $this->cache = true;
     parent::__construct();
 }