You are here

function drush_site_audit_audit_cache in Site Audit 7

Check Drupal's caching settings and make recommendations as necessary.

File

./site_audit.drush.inc, line 539
Drupal site auditing commands.

Code

function drush_site_audit_audit_cache() {
  $report = new SiteAuditReportCache();
  $report
    ->render();
}