19 define(
"TITLE_debug_flush_cache", _(
"Flush Cache"));
27 function __construct()
29 $this->Name =
"debug_flush_cache";
30 $this->Title = TITLE_debug_flush_cache;
31 $this->MenuList =
"Help::Debug::Flush Cache";
33 parent::__construct();
45 return _(
"All cached pages have been removed.");
50 $NewPlugin->Initialize();
Output()
Purge all cached pages.
#define PLUGIN_DB_ADMIN
Plugin requires admin level permission on DB.
ReportCachePurgeAll()
Purge all records from the report cache.
This is the Plugin class. All plugins should:
Plugin to flush all cached pages.