Method |
Description |
|
clearCacheGroups ( array $clearGroups, array $cacheClients = [0, 1] ) : void |
Clears the specified cache groups. |
|
clearModulesCache ( ) : void |
Clears the com_modules cache. You need to call this whenever you alter the publish state or parameters of a
module from your code. |
|
clearPluginsAndModulesCache ( ) : void |
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. |
|
clearPluginsCache ( ) : void |
Clears the com_plugins cache. You need to call this whenever you alter the publish state or parameters of a
plugin from your code. |
|