Source for file cache.php
Documentation is available at cache.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Cache component helper.
* @package Joomla.Administrator
* Get a list of filter options for the application clients.
* @return array An array of JHtmlOption elements.
// Build the filter options.
$options[] =
JHtml::_('select.option', '0', JText::_('JSITE'));
$options[] =
JHtml::_('select.option', '1', JText::_('JADMINISTRATOR'));
* @param string The name of the active view.
JText::_('JGLOBAL_SUBMENU_CHECKIN'),
'index.php?option=com_checkin',
JText::_('JGLOBAL_SUBMENU_CLEAR_CACHE'),
'index.php?option=com_cache',
JText::_('JGLOBAL_SUBMENU_PURGE_EXPIRED_CACHE'),
'index.php?option=com_cache&view=purge',
Documentation generated on Tue, 19 Nov 2013 14:54:50 +0100 by phpDocumentor 1.4.3