Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | clearPluginsAndModulesCache () |
static | clearPluginsCache () |
static | clearModulesCache () |
static | clearCacheGroups (array $clearGroups, array $cacheClients=array(0, 1)) |
A utility class to help you quickly clean the Joomla! cache
|
static |
Clears the specified cache groups.
array | $clearGroups | Which cache groups to clear. Usually this is com_yourcomponent to clear your component's cache. |
array | $cacheClients | Which cache clients to clear. 0 is the back-end, 1 is the front-end. If you do not specify anything, both cache clients will be cleared. |
Références $options, JPATH_ADMINISTRATOR, et JPATH_SITE.
|
static |
Clears the com_modules cache. You need to call this whenever you alter the publish state or parameters of a module from your code.
|
static |
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.
Référencé par FOFUtilsInstallscript\installSubextensions(), et FOFUtilsInstallscript\uninstallSubextensions().
|
static |
Clears the com_plugins cache. You need to call this whenever you alter the publish state or parameters of a plugin from your code.