Search for updateCache
- Search 7.x for updateCache
- Search 9.5.x for updateCache
- Search 8.9.x for updateCache
- Search 10.3.x for updateCache
- Search main for updateCache
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheCollector::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| CacheCollectorTest::testUpdateCache | function | core/ |
Tests updating the cache after a set. |
| CacheCollectorTest::testUpdateCacheClear | function | core/ |
Tests a clear of the cache collector. |
| CacheCollectorTest::testUpdateCacheClearTags | function | core/ |
Tests a clear of the cache collector using tags. |
| CacheCollectorTest::testUpdateCacheDelete | function | core/ |
Tests updating the cache after a delete. |
| CacheCollectorTest::testUpdateCacheInvalidatedConflict | function | core/ |
Tests updating the cache when there is a conflict after cache invalidation. |
| CacheCollectorTest::testUpdateCacheLockFail | function | core/ |
Tests updating the cache when the lock acquire fails. |
| CacheCollectorTest::testUpdateCacheMerge | function | core/ |
Tests a cache hit, then item updated by a different request. |
| CacheCollectorTest::testUpdateCacheNoChanges | function | core/ |
Tests updating the cache when no changes were made. |
| CacheCollectorTest::testUpdateCacheRace | function | core/ |
Tests a cache miss, then item created by another request. |
| CacheCollectorTest::testUpdateCacheReset | function | core/ |
Tests a reset of the cache collector. |
| FileParsingCacheCollectorBase::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| ThemeRegistry::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| 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. |
| UpdateCacheTest | class | core/ |
Tests caches during updates. |
| UpdateCacheTest.php | file | core/ |
|
| UpdateCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateCacheTest::testCaches | function | core/ |
Tests that caches are cleared during updates. |
| YamlCacheCollectorTest::testUpdateCache | function | core/ |
Tests the ::updateCache() function. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.