get('generis/cache')->purge(); return $success ? new common_report_Report(common_report_Report::TYPE_SUCCESS, 'Purged the filecache') : new common_report_Report(common_report_Report::TYPE_ERROR, 'Cache could not be purged') ; } }