function DatabaseRawBackendFactory::__construct in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Cache/DatabaseRawBackendFactory.php \Drupal\supercache\Cache\DatabaseRawBackendFactory::__construct()
Constructs the DatabaseBackendFactory object.
Parameters
\Drupal\Core\Database\Connection $connection: Database connection
File
- src/
Cache/ DatabaseRawBackendFactory.php, line 30 - Contains \Drupal\supercache\Cache\DatabaseBackendFactory.
Class
Namespace
Drupal\supercache\CacheCode
function __construct(Connection $connection) {
$this->connection = $connection;
}