Class FOFUtilsCacheCleaner
A utility class to help you quickly clean the Joomla! cache
		
		
		
		Package: FrameworkOnFramework\utils
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/utils/cache/cleaner.php
	
		Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/utils/cache/cleaner.php
Methods summary
| 
				 public static
				
				
				 | 
			#
			 clearPluginsAndModulesCache( )Clears the com_modules and com_plugins cache. You need to call this whenever you alter the publish state or parameters of a module or plugin from your code. | 
| 
				 public static
				
				
				 | 
			#
			 clearPluginsCache( )Clears the com_plugins cache. You need to call this whenever you alter the publish state or parameters of a plugin from your code. | 
| 
				 public static
				
				
				 | 
			#
			 clearModulesCache( )Clears the com_modules cache. You need to call this whenever you alter the publish state or parameters of a module from your code. | 
| 
				 public static
				
				
				 | 
			#
			 clearCacheGroups( array $clearGroups, array $cacheClients = array(0, 1) )Clears the specified cache groups. | 
