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é
Référence de la classe FOFUtilsCacheCleaner

Fonctions membres publiques statiques

static clearPluginsAndModulesCache ()
 
static clearPluginsCache ()
 
static clearModulesCache ()
 
static clearCacheGroups (array $clearGroups, array $cacheClients=array(0, 1))
 

Description détaillée

A utility class to help you quickly clean the Joomla! cache

Documentation des fonctions membres

◆ clearCacheGroups()

static clearCacheGroups ( array  $clearGroups,
array  $cacheClients = array(0, 1) 
)
static

Clears the specified cache groups.

Paramètres
array$clearGroupsWhich cache groups to clear. Usually this is com_yourcomponent to clear your component's cache.
array$cacheClientsWhich 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.
Renvoie
void

Références $options, JPATH_ADMINISTRATOR, et JPATH_SITE.

◆ clearModulesCache()

static clearModulesCache ( )
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.

Renvoie
void

◆ clearPluginsAndModulesCache()

static clearPluginsAndModulesCache ( )
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.

Renvoie
void

Référencé par FOFUtilsInstallscript\installSubextensions(), et FOFUtilsInstallscript\uninstallSubextensions().

◆ clearPluginsCache()

static clearPluginsCache ( )
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.

Renvoie
void

La documentation de cette classe a été générée à partir du fichier suivant :