选择语言 :

 Module_Cache_Driver::__construct

null Module_Cache_Driver::__construct( )
File: ./modules/cache/driver.class.php
public function __construct($config = null)
{
    if ($config)
    {
        $this->config = $config;
    }
}