Search for cacheBackend
- Search 7.x for cacheBackend
- Search 9.5.x for cacheBackend
- Search 10.3.x for cacheBackend
- Search 11.x for cacheBackend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StaticFileCacheBackend::__construct | function | core/ |
Constructs a PHP Storage FileCache backend. |
UpdateCacheBackendFactory | class | core/ |
Cache factory implementation for use during Drupal database updates. |
UpdateCacheBackendFactory.php | file | core/ |
|
UpdateCacheBackendFactory::$bins | property | core/ |
Instantiated update cache bins. |
UpdateCacheBackendFactory::$cacheFactory | property | core/ |
The regular runtime cache_factory service. |
UpdateCacheBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
UpdateCacheBackendFactory::__construct | function | core/ |
UpdateCacheBackendFactory constructor. |
UseCacheBackendTrait | trait | core/ |
Provides methods to use a cache backend while respecting a 'use caches' flag. |
UseCacheBackendTrait.php | file | core/ |
|
UseCacheBackendTrait::$cacheBackend | property | core/ |
Cache backend instance. |
UseCacheBackendTrait::$useCaches | property | core/ |
Flag whether caches should be used or skipped. |
UseCacheBackendTrait::cacheGet | function | core/ |
Fetches from the cache backend, respecting the use caches flag. |
UseCacheBackendTrait::cacheSet | function | core/ |
Stores data in the persistent cache, respecting the use caches flag. |
ViewsData::$cacheBackend | property | core/ |
The cache backend to use. |
ViewsDataTest::$cacheBackend | property | core/ |
The mocked cache backend. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.