‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest:

Public Member Functions

 managerThrowsExceptionOnCacheRegistrationWithAlreadyExistingIdentifier ()
 
 managerReturnsThePreviouslyRegisteredCache ()
 
 getCacheThrowsExceptionForNonExistingIdentifier ()
 
 hasCacheReturnsCorrectResult ()
 
 flushCachesByTagCallsTheFlushByTagMethodOfAllRegisteredCaches ()
 
 flushCachesByTagsCallsTheFlushByTagsMethodOfAllRegisteredCaches ()
 
 flushCachesCallsTheFlushMethodOfAllRegisteredCaches ()
 
 flushCachesInGroupThrowsExceptionForNonExistingGroup ()
 
 flushCachesInGroupByTagThrowsExceptionForNonExistingGroup ()
 
 getCacheThrowsExceptionIfConfiguredFrontendDoesNotImplementFrontendInterface ()
 
 getCacheThrowsExceptionIfConfiguredBackendDoesNotImplementBackendInterface ()
 
 getCacheCallsInitializeObjectOnFrontendInstance ()
 
 getCacheCallsInitializeObjectOnBackendInstance ()
 
 getCacheCreatesBackendWithGivenConfiguration ()
 
 getCacheCreatesCacheInstanceWithFallbackToDefaultFrontend ()
 
 getCacheCreatesCacheInstanceWithFallbackToDefaultBackend ()
 
 getCacheReturnsInstanceOfTheSpecifiedCacheFrontend ()
 
 getCacheGivesIdentifierToCacheFrontend ()
 
 getCacheGivesBackendInstanceToCacheFrontend ()
 
 flushCachesInGroupByTagsWithEmptyTagsArrayDoesNotFlushCaches ()
 
 flushCachesInGroupByTagsDeletesByTag ()
 
 setCacheConfigurationsThrowsExceptionIfConfiguredCacheDoesNotHaveAnIdentifier ()
 

Detailed Description

Definition at line 42 of file CacheManagerTest.php.

Member Function Documentation

◆ flushCachesByTagCallsTheFlushByTagMethodOfAllRegisteredCaches()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesByTagCallsTheFlushByTagMethodOfAllRegisteredCaches ( )

Definition at line 116 of file CacheManagerTest.php.

◆ flushCachesByTagsCallsTheFlushByTagsMethodOfAllRegisteredCaches()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesByTagsCallsTheFlushByTagsMethodOfAllRegisteredCaches ( )

Definition at line 136 of file CacheManagerTest.php.

◆ flushCachesCallsTheFlushMethodOfAllRegisteredCaches()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesCallsTheFlushMethodOfAllRegisteredCaches ( )

Definition at line 156 of file CacheManagerTest.php.

◆ flushCachesInGroupByTagsDeletesByTag()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesInGroupByTagsDeletesByTag ( )

Definition at line 422 of file CacheManagerTest.php.

◆ flushCachesInGroupByTagsWithEmptyTagsArrayDoesNotFlushCaches()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesInGroupByTagsWithEmptyTagsArrayDoesNotFlushCaches ( )

Definition at line 389 of file CacheManagerTest.php.

◆ flushCachesInGroupByTagThrowsExceptionForNonExistingGroup()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesInGroupByTagThrowsExceptionForNonExistingGroup ( )

Definition at line 186 of file CacheManagerTest.php.

◆ flushCachesInGroupThrowsExceptionForNonExistingGroup()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::flushCachesInGroupThrowsExceptionForNonExistingGroup ( )

Definition at line 176 of file CacheManagerTest.php.

◆ getCacheCallsInitializeObjectOnBackendInstance()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheCallsInitializeObjectOnBackendInstance ( )

Definition at line 251 of file CacheManagerTest.php.

◆ getCacheCallsInitializeObjectOnFrontendInstance()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheCallsInitializeObjectOnFrontendInstance ( )

Definition at line 232 of file CacheManagerTest.php.

◆ getCacheCreatesBackendWithGivenConfiguration()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheCreatesBackendWithGivenConfiguration ( )

Definition at line 270 of file CacheManagerTest.php.

◆ getCacheCreatesCacheInstanceWithFallbackToDefaultBackend()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheCreatesCacheInstanceWithFallbackToDefaultBackend ( )

◆ getCacheCreatesCacheInstanceWithFallbackToDefaultFrontend()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheCreatesCacheInstanceWithFallbackToDefaultFrontend ( )

◆ getCacheGivesBackendInstanceToCacheFrontend()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheGivesBackendInstanceToCacheFrontend ( )

Definition at line 371 of file CacheManagerTest.php.

◆ getCacheGivesIdentifierToCacheFrontend()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheGivesIdentifierToCacheFrontend ( )

Definition at line 353 of file CacheManagerTest.php.

◆ getCacheReturnsInstanceOfTheSpecifiedCacheFrontend()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheReturnsInstanceOfTheSpecifiedCacheFrontend ( )

Definition at line 337 of file CacheManagerTest.php.

◆ getCacheThrowsExceptionForNonExistingIdentifier()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheThrowsExceptionForNonExistingIdentifier ( )

Definition at line 85 of file CacheManagerTest.php.

◆ getCacheThrowsExceptionIfConfiguredBackendDoesNotImplementBackendInterface()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheThrowsExceptionIfConfiguredBackendDoesNotImplementBackendInterface ( )

Definition at line 214 of file CacheManagerTest.php.

◆ getCacheThrowsExceptionIfConfiguredFrontendDoesNotImplementFrontendInterface()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::getCacheThrowsExceptionIfConfiguredFrontendDoesNotImplementFrontendInterface ( )

Definition at line 196 of file CacheManagerTest.php.

◆ hasCacheReturnsCorrectResult()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::hasCacheReturnsCorrectResult ( )

Definition at line 102 of file CacheManagerTest.php.

◆ managerReturnsThePreviouslyRegisteredCache()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::managerReturnsThePreviouslyRegisteredCache ( )

Definition at line 66 of file CacheManagerTest.php.

◆ managerThrowsExceptionOnCacheRegistrationWithAlreadyExistingIdentifier()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::managerThrowsExceptionOnCacheRegistrationWithAlreadyExistingIdentifier ( )

Definition at line 45 of file CacheManagerTest.php.

◆ setCacheConfigurationsThrowsExceptionIfConfiguredCacheDoesNotHaveAnIdentifier()

TYPO3\CMS\Core\Tests\Unit\Cache\CacheManagerTest::setCacheConfigurationsThrowsExceptionIfConfiguredCacheDoesNotHaveAnIdentifier ( )

Definition at line 456 of file CacheManagerTest.php.