class DatabaseBackendFactory
Hierarchy
- class \Drupal\Core\Cache\DatabaseBackendFactory implements CacheFactoryInterface
File
- core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php, line 7
Namespace
Drupal\Core\CacheMembers
| Name | Modifiers | Type | Description |
|---|---|---|---|
| DatabaseBackendFactory::$checksumProvider | protected | property | The cache tags checksum provider. |
| DatabaseBackendFactory::$connection | protected | property | The database connection. |
| DatabaseBackendFactory::get | function | Gets DatabaseBackend for the specified cache bin. Overrides CacheFactoryInterface::get | |
| DatabaseBackendFactory::__construct | function | Constructs the DatabaseBackendFactory object. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!DatabaseBackendFactory.php/class/DatabaseBackendFactory/8.1.x