An interface defining cache factory classes.
Hierarchy
- interface \Drupal\Core\Cache\CacheFactoryInterface
File
- core/lib/Drupal/Core/Cache/CacheFactoryInterface.php, line 8
Namespace
Drupal\Core\Cache
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CacheFactoryInterface::get | public | function | Gets a cache backend class for a given cache bin. |
Please login to continue.