‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest:

Public Member Functions

 setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNotAnInteger ()
 
 setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNegative ()
 
 setCompressionThrowsExceptionIfCompressionParameterIsNotOfTypeBoolean ()
 
 setCompressionLevelThrowsExceptionIfCompressionLevelIsNotInteger ()
 
 setCompressionLevelThrowsExceptionIfCompressionLevelIsNotBetweenMinusOneAndNine ()
 
 setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNotInteger ()
 
 setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNegative ()
 
 setThrowsExceptionIfIdentifierIsNotAString ()
 
 setThrowsExceptionIfDataIsNotAString ()
 
 setThrowsExceptionIfLifetimeIsNegative ()
 
 setThrowsExceptionIfLifetimeIsNotNullOrAnInteger ()
 
 setStoresEntriesInSelectedDatabase ()
 
 setSavesStringDataTypeForIdentifierToDataEntry ()
 
 setSavesEntryWithDefaultLifeTime ()
 
 setSavesEntryWithSpecifiedLifeTime ()
 
 setSavesEntryWithUnlimitedLifeTime ()
 
 setOverwritesExistingEntryWithNewData ()
 
 setOverwritesExistingEntryWithSpecifiedLifetime ()
 
 setOverwritesExistingEntryWithNewDefaultLifetime ()
 
 setOverwritesExistingEntryWithNewUnlimitedLifetime ()
 
 setSavesSetDataTypeForIdentifierToTagsSet ()
 
 setSavesSpecifiedTagsInIdentifierToTagsSet ()
 
 setRemovesAllPreviouslySetTagsFromIdentifierToTagsSet ()
 
 setRemovesMultiplePreviouslySetTagsFromIdentifierToTagsSet ()
 
 setSavesSetDataTypeForTagToIdentifiersSet ()
 
 setSavesIdentifierInTagToIdentifiersSetOfSpecifiedTag ()
 
 setAppendsSecondIdentifierInTagToIdentifiersEntry ()
 
 setRemovesIdentifierFromTagToIdentifiersEntryIfTagIsOmittedOnConsecutiveSet ()
 
 setAddsIdentifierInTagToIdentifiersEntryIfTagIsAddedOnConsecutiveSet ()
 
 setSavesCompressedDataWithEnabledCompression ()
 
 setSavesPlaintextDataWithEnabledCompressionAndCompressionLevel0 ()
 
 hasThrowsExceptionIfIdentifierIsNotAString ()
 
 hasReturnsFalseForNotExistingEntry ()
 
 hasReturnsTrueForPreviouslySetEntry ()
 
 getThrowsExceptionIfIdentifierIsNotAString ()
 
 getReturnsPreviouslyCompressedSetEntry ()
 
 getReturnsPreviouslySetEntry ()
 
 removeThrowsExceptionIfIdentifierIsNotAString ()
 
 removeReturnsFalseIfNoEntryWasDeleted ()
 
 removeReturnsTrueIfAnEntryWasDeleted ()
 
 removeDeletesEntryFromCache ()
 
 removeDeletesIdentifierToTagEntry ()
 
 removeDeletesIdentifierFromTagToIdentifiersSet ()
 
 removeDeletesIdentifierFromTagToIdentifiersSetWithMultipleEntries ()
 
 findIdentifiersByTagThrowsExceptionIfTagIsNotAString ()
 
 findIdentifiersByTagReturnsEmptyArrayForNotExistingTag ()
 
 findIdentifiersByTagReturnsAllIdentifiersTagedWithSpecifiedTag ()
 
 flushRemovesAllEntriesFromCache ()
 
 flushByTagThrowsExceptionIfTagIsNotAString ()
 
 flushByTagRemovesEntriesTaggedWithSpecifiedTag ()
 
 flushByTagsRemovesEntriesTaggedWithSpecifiedTags ()
 
 flushByTagRemovesTemporarySet ()
 
 flushByTagRemovesIdentifierToTagsSetOfEntryTaggedWithGivenTag ()
 
 flushByTagDoesNotRemoveIdentifierToTagsSetOfUnrelatedEntry ()
 
 flushByTagRemovesTagToIdentifiersSetOfGivenTag ()
 
 flushByTagRemovesIdentifiersTaggedWithGivenTagFromTagToIdentifiersSets ()
 
 collectGarbageDoesNotRemoveNotExpiredIdentifierToDataEntry ()
 
 collectGarbageRemovesLeftOverIdentifierToTagsSet ()
 
 collectGarbageRemovesExpiredIdentifierFromTagsToIdentifierSet ()
 

Protected Member Functions

 setUp ()
 
 setUpSubject (array $backendOptions=[])
 

Protected Attributes

bool $initializeDatabase = false
 

Private Member Functions

 setUpRedis ()
 

Detailed Description

Definition at line 30 of file RedisBackendTest.php.

Member Function Documentation

◆ collectGarbageDoesNotRemoveNotExpiredIdentifierToDataEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::collectGarbageDoesNotRemoveNotExpiredIdentifierToDataEntry ( )

◆ collectGarbageRemovesExpiredIdentifierFromTagsToIdentifierSet()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::collectGarbageRemovesExpiredIdentifierFromTagsToIdentifierSet ( )

◆ collectGarbageRemovesLeftOverIdentifierToTagsSet()

◆ findIdentifiersByTagReturnsAllIdentifiersTagedWithSpecifiedTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::findIdentifiersByTagReturnsAllIdentifiersTagedWithSpecifiedTag ( )

◆ findIdentifiersByTagReturnsEmptyArrayForNotExistingTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::findIdentifiersByTagReturnsEmptyArrayForNotExistingTag ( )

◆ findIdentifiersByTagThrowsExceptionIfTagIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::findIdentifiersByTagThrowsExceptionIfTagIsNotAString ( )

◆ flushByTagDoesNotRemoveIdentifierToTagsSetOfUnrelatedEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagDoesNotRemoveIdentifierToTagsSetOfUnrelatedEntry ( )

◆ flushByTagRemovesEntriesTaggedWithSpecifiedTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagRemovesEntriesTaggedWithSpecifiedTag ( )

◆ flushByTagRemovesIdentifiersTaggedWithGivenTagFromTagToIdentifiersSets()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagRemovesIdentifiersTaggedWithGivenTagFromTagToIdentifiersSets ( )

◆ flushByTagRemovesIdentifierToTagsSetOfEntryTaggedWithGivenTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagRemovesIdentifierToTagsSetOfEntryTaggedWithGivenTag ( )

◆ flushByTagRemovesTagToIdentifiersSetOfGivenTag()

◆ flushByTagRemovesTemporarySet()

◆ flushByTagsRemovesEntriesTaggedWithSpecifiedTags()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagsRemovesEntriesTaggedWithSpecifiedTags ( )

◆ flushByTagThrowsExceptionIfTagIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::flushByTagThrowsExceptionIfTagIsNotAString ( )

◆ flushRemovesAllEntriesFromCache()

◆ getReturnsPreviouslyCompressedSetEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::getReturnsPreviouslyCompressedSetEntry ( )

◆ getReturnsPreviouslySetEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::getReturnsPreviouslySetEntry ( )

◆ getThrowsExceptionIfIdentifierIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::getThrowsExceptionIfIdentifierIsNotAString ( )

◆ hasReturnsFalseForNotExistingEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::hasReturnsFalseForNotExistingEntry ( )

◆ hasReturnsTrueForPreviouslySetEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::hasReturnsTrueForPreviouslySetEntry ( )

◆ hasThrowsExceptionIfIdentifierIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::hasThrowsExceptionIfIdentifierIsNotAString ( )

◆ removeDeletesEntryFromCache()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::removeDeletesEntryFromCache ( )

◆ removeDeletesIdentifierFromTagToIdentifiersSet()

◆ removeDeletesIdentifierFromTagToIdentifiersSetWithMultipleEntries()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::removeDeletesIdentifierFromTagToIdentifiersSetWithMultipleEntries ( )

◆ removeDeletesIdentifierToTagEntry()

◆ removeReturnsFalseIfNoEntryWasDeleted()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::removeReturnsFalseIfNoEntryWasDeleted ( )

◆ removeReturnsTrueIfAnEntryWasDeleted()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::removeReturnsTrueIfAnEntryWasDeleted ( )

◆ removeThrowsExceptionIfIdentifierIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::removeThrowsExceptionIfIdentifierIsNotAString ( )

◆ setAddsIdentifierInTagToIdentifiersEntryIfTagIsAddedOnConsecutiveSet()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setAddsIdentifierInTagToIdentifiersEntryIfTagIsAddedOnConsecutiveSet ( )

◆ setAppendsSecondIdentifierInTagToIdentifiersEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setAppendsSecondIdentifierInTagToIdentifiersEntry ( )

◆ setCompressionLevelThrowsExceptionIfCompressionLevelIsNotBetweenMinusOneAndNine()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setCompressionLevelThrowsExceptionIfCompressionLevelIsNotBetweenMinusOneAndNine ( )

◆ setCompressionLevelThrowsExceptionIfCompressionLevelIsNotInteger()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setCompressionLevelThrowsExceptionIfCompressionLevelIsNotInteger ( )

◆ setCompressionThrowsExceptionIfCompressionParameterIsNotOfTypeBoolean()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setCompressionThrowsExceptionIfCompressionParameterIsNotOfTypeBoolean ( )

◆ setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNegative()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNegative ( )

◆ setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNotInteger()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNotInteger ( )

◆ setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNegative()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNegative ( )

◆ setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNotAnInteger()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNotAnInteger ( )

◆ setOverwritesExistingEntryWithNewData()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setOverwritesExistingEntryWithNewData ( )

◆ setOverwritesExistingEntryWithNewDefaultLifetime()

◆ setOverwritesExistingEntryWithNewUnlimitedLifetime()

◆ setOverwritesExistingEntryWithSpecifiedLifetime()

◆ setRemovesAllPreviouslySetTagsFromIdentifierToTagsSet()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setRemovesAllPreviouslySetTagsFromIdentifierToTagsSet ( )

◆ setRemovesIdentifierFromTagToIdentifiersEntryIfTagIsOmittedOnConsecutiveSet()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setRemovesIdentifierFromTagToIdentifiersEntryIfTagIsOmittedOnConsecutiveSet ( )

◆ setRemovesMultiplePreviouslySetTagsFromIdentifierToTagsSet()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setRemovesMultiplePreviouslySetTagsFromIdentifierToTagsSet ( )

◆ setSavesCompressedDataWithEnabledCompression()

◆ setSavesEntryWithDefaultLifeTime()

◆ setSavesEntryWithSpecifiedLifeTime()

◆ setSavesEntryWithUnlimitedLifeTime()

◆ setSavesIdentifierInTagToIdentifiersSetOfSpecifiedTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setSavesIdentifierInTagToIdentifiersSetOfSpecifiedTag ( )

◆ setSavesPlaintextDataWithEnabledCompressionAndCompressionLevel0()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setSavesPlaintextDataWithEnabledCompressionAndCompressionLevel0 ( )

◆ setSavesSetDataTypeForIdentifierToTagsSet()

◆ setSavesSetDataTypeForTagToIdentifiersSet()

◆ setSavesSpecifiedTagsInIdentifierToTagsSet()

◆ setSavesStringDataTypeForIdentifierToDataEntry()

◆ setStoresEntriesInSelectedDatabase()

◆ setThrowsExceptionIfDataIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setThrowsExceptionIfDataIsNotAString ( )

◆ setThrowsExceptionIfIdentifierIsNotAString()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setThrowsExceptionIfIdentifierIsNotAString ( )

◆ setThrowsExceptionIfLifetimeIsNegative()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setThrowsExceptionIfLifetimeIsNegative ( )

◆ setThrowsExceptionIfLifetimeIsNotNullOrAnInteger()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setThrowsExceptionIfLifetimeIsNotNullOrAnInteger ( )

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setUp ( )
protected

Definition at line 34 of file RedisBackendTest.php.

◆ setUpRedis()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setUpRedis ( )
private

Definition at line 65 of file RedisBackendTest.php.

Referenced by TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageDoesNotRemoveNotExpiredIdentifierToDataEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageRemovesExpiredIdentifierFromTagsToIdentifierSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageRemovesLeftOverIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagDoesNotRemoveIdentifierToTagsSetOfUnrelatedEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesIdentifiersTaggedWithGivenTagFromTagToIdentifiersSets(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesIdentifierToTagsSetOfEntryTaggedWithGivenTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesTagToIdentifiersSetOfGivenTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesTemporarySet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushRemovesAllEntriesFromCache(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierFromTagToIdentifiersSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierFromTagToIdentifiersSetWithMultipleEntries(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierToTagEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setAddsIdentifierInTagToIdentifiersEntryIfTagIsAddedOnConsecutiveSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setAppendsSecondIdentifierInTagToIdentifiersEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithNewDefaultLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithNewUnlimitedLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithSpecifiedLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesAllPreviouslySetTagsFromIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesIdentifierFromTagToIdentifiersEntryIfTagIsOmittedOnConsecutiveSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesMultiplePreviouslySetTagsFromIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesCompressedDataWithEnabledCompression(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithDefaultLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithSpecifiedLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithUnlimitedLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesIdentifierInTagToIdentifiersSetOfSpecifiedTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesPlaintextDataWithEnabledCompressionAndCompressionLevel0(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSetDataTypeForIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSetDataTypeForTagToIdentifiersSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSpecifiedTagsInIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesStringDataTypeForIdentifierToDataEntry(), and TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setStoresEntriesInSelectedDatabase().

◆ setUpSubject()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::setUpSubject ( array  $backendOptions = [])
protected

Definition at line 45 of file RedisBackendTest.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageDoesNotRemoveNotExpiredIdentifierToDataEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageRemovesExpiredIdentifierFromTagsToIdentifierSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\collectGarbageRemovesLeftOverIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\findIdentifiersByTagReturnsAllIdentifiersTagedWithSpecifiedTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\findIdentifiersByTagReturnsEmptyArrayForNotExistingTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\findIdentifiersByTagThrowsExceptionIfTagIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagDoesNotRemoveIdentifierToTagsSetOfUnrelatedEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesEntriesTaggedWithSpecifiedTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesIdentifiersTaggedWithGivenTagFromTagToIdentifiersSets(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesIdentifierToTagsSetOfEntryTaggedWithGivenTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesTagToIdentifiersSetOfGivenTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagRemovesTemporarySet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagsRemovesEntriesTaggedWithSpecifiedTags(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushByTagThrowsExceptionIfTagIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\flushRemovesAllEntriesFromCache(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\getReturnsPreviouslyCompressedSetEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\getReturnsPreviouslySetEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\getThrowsExceptionIfIdentifierIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\hasReturnsFalseForNotExistingEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\hasReturnsTrueForPreviouslySetEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\hasThrowsExceptionIfIdentifierIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesEntryFromCache(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierFromTagToIdentifiersSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierFromTagToIdentifiersSetWithMultipleEntries(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeDeletesIdentifierToTagEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeReturnsFalseIfNoEntryWasDeleted(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeReturnsTrueIfAnEntryWasDeleted(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\removeThrowsExceptionIfIdentifierIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setAddsIdentifierInTagToIdentifiersEntryIfTagIsAddedOnConsecutiveSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setAppendsSecondIdentifierInTagToIdentifiersEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setCompressionLevelThrowsExceptionIfCompressionLevelIsNotBetweenMinusOneAndNine(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setCompressionLevelThrowsExceptionIfCompressionLevelIsNotInteger(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setCompressionThrowsExceptionIfCompressionParameterIsNotOfTypeBoolean(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNegative(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setConnectionTimeoutThrowsExceptionIfConnectionTimeoutIsNotInteger(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNegative(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setDatabaseThrowsExceptionIfGivenDatabaseNumberIsNotAnInteger(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithNewData(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithNewDefaultLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithNewUnlimitedLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setOverwritesExistingEntryWithSpecifiedLifetime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesAllPreviouslySetTagsFromIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesIdentifierFromTagToIdentifiersEntryIfTagIsOmittedOnConsecutiveSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setRemovesMultiplePreviouslySetTagsFromIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesCompressedDataWithEnabledCompression(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithDefaultLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithSpecifiedLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesEntryWithUnlimitedLifeTime(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesIdentifierInTagToIdentifiersSetOfSpecifiedTag(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesPlaintextDataWithEnabledCompressionAndCompressionLevel0(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSetDataTypeForIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSetDataTypeForTagToIdentifiersSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesSpecifiedTagsInIdentifierToTagsSet(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setSavesStringDataTypeForIdentifierToDataEntry(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setStoresEntriesInSelectedDatabase(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setThrowsExceptionIfDataIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setThrowsExceptionIfIdentifierIsNotAString(), TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setThrowsExceptionIfLifetimeIsNegative(), and TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest\setThrowsExceptionIfLifetimeIsNotNullOrAnInteger().

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Core\Tests\Functional\Cache\Backend\RedisBackendTest::$initializeDatabase = false
protected

Definition at line 32 of file RedisBackendTest.php.