null Driver_Cache_Driver_WinCache::__construct( )
public function __construct()
{
if (function_exists('extension_loaded') && !extension_loaded('wincache'))
{
throw new Exception(__('php WinCache extension is not available.'));
}
}