Hierarchy
- class \Drupal\Core\Cache\ApcuBackendFactory implements CacheFactoryInterface
File
- core/lib/Drupal/Core/Cache/ApcuBackendFactory.php, line 7
Namespace
Drupal\Core\Cache
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ApcuBackendFactory::$backendClass | protected | property | The APCU backend class to use. |
| ApcuBackendFactory::$checksumProvider | protected | property | The cache tags checksum provider. |
| ApcuBackendFactory::$sitePrefix | protected | property | The site prefix string. |
| ApcuBackendFactory::get | public | function | Gets ApcuBackend for the specified cache bin. Overrides CacheFactoryInterface::get |
| ApcuBackendFactory::__construct | public | function | Constructs an ApcuBackendFactory object. |
Please login to continue.