8 define(
"TITLE_debug_flush_cache", _(
"Flush Cache"));
18 $this->Name =
"debug_flush_cache";
19 $this->Title = TITLE_debug_flush_cache;
20 $this->MenuList =
"Help::Debug::Flush Cache";
22 parent::__construct();
34 return _(
"All cached pages have been removed.");
39 $NewPlugin->Initialize();
This is the Plugin class. All plugins should:
Plugin to flush all cached pages.
__construct()
base constructor. Most plugins will just use this
Output()
Purge all cached pages.
ReportCachePurgeAll()
Purge all records from the report cache.
#define PLUGIN_DB_ADMIN
Plugin requires admin level permission on DB.