You are here

Cache.php in Site Audit 8.3

File

src/Plugin/SiteAuditReport/Cache.php
View source
<?php

namespace Drupal\site_audit\Plugin\SiteAuditReport;

use Drupal\site_audit\Plugin\SiteAuditReportBase;

/**
 * Provides a Cache Report.
 *
 * @SiteAuditReport(
 *  id = "cache",
 *  name = @Translation("Cache"),
 *  description = @Translation("Drupal's caching settings")
 * )
 */
class Cache extends SiteAuditReportBase {

}

Classes

Namesort descending Description
Cache Provides a Cache Report.