Source for file wincache.php
Documentation is available at wincache.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* WINCACHE session storage handler for PHP
* @package Joomla.Platform
* @param array $options Optional parameters.
* @throws RuntimeException
if (!self::isSupported())
throw
new RuntimeException('Wincache Extension is not available', 404);
* Register the functions of this class with PHP's session handler
ini_set('session.save_handler', 'wincache');
* Test to see if the SessionHandler is available.
* @return boolean True on success, false otherwise.
Documentation generated on Tue, 19 Nov 2013 15:18:34 +0100 by phpDocumentor 1.4.3