Hierarchy
- class \Drupal\Core\Cache\CacheFactory implements CacheFactoryInterface, ContainerAwareInterface uses ContainerAwareTrait
File
- core/lib/Drupal/Core/Cache/CacheFactory.php, line 12
Namespace
Drupal\Core\Cache
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| CacheFactory::$defaultBinBackends | protected | property | A map of cache bin to default cache backend service name. |
| CacheFactory::$settings | protected | property | The settings array. |
| CacheFactory::get | public | function | Instantiates a cache backend class for a given cache bin. Overrides CacheFactoryInterface::get |
| CacheFactory::__construct | public | function | Constructs CacheFactory object. |
| ContainerAwareTrait::$container | protected | property | |
| ContainerAwareTrait::setContainer | public | function | Sets the container. Overrides ContainerAwareInterface::setContainer |
Please login to continue.