12 calls to CacheCollectorTest::setUpMockCacheBackend()
- CacheCollectorTest::testDelete in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests setting and deleting values.
- CacheCollectorTest::testGetFromCache in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests returning value from the collected cache.
- CacheCollectorTest::testSetAndGetNull in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Makes sure that NULL is a valid value and is collected.
- CacheCollectorTest::testUpdateCache in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests updating the cache after a set.
- CacheCollectorTest::testUpdateCacheClear in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests a clear of the cache collector.
- CacheCollectorTest::testUpdateCacheClearTags in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests a clear of the cache collector using tags.
- CacheCollectorTest::testUpdateCacheDelete in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests updating the cache after a delete.
- CacheCollectorTest::testUpdateCacheInvalidatedConflict in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests updating the cache when there is a conflict after cache invalidation.
- CacheCollectorTest::testUpdateCacheLockFail in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests updating the cache when the lock acquire fails.
- CacheCollectorTest::testUpdateCacheMerge in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests a cache hit, then item updated by a different request.
- CacheCollectorTest::testUpdateCacheNoChanges in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests updating the cache when no changes were made.
- CacheCollectorTest::testUpdateCacheRace in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Tests a cache miss, then item created by another request.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.