PHP Class Neos\Flow\Cache\Tests\Unit\Backend\ApcBackendTest

Inheritance: extends Neos\Cache\Tests\BaseTestCase
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
backendAllowsForIteratingOverEntries ( )
findIdentifiersByTagFindsSetEntries ( )
flushByTagRemovesCacheEntriesWithSpecifiedTag ( )
flushRemovesAllCacheEntries ( )
flushRemovesOnlyOwnEntries ( )
getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
hasReturnsFalseIfTheEntryDoesntExist ( )
itIsPossibleToOverwriteAnEntryInTheCache ( )
itIsPossibleToRemoveEntryFromCache ( )
itIsPossibleToSetAndCheckExistenceInCache ( )
itIsPossibleToSetAndGetEntry ( )
largeDataIsStored ( ) Check if we can store ~5 MB of data, this gives some headroom.
removeReturnsFalseIfTheEntryDoesntExist ( )
setRemovesTagsFromPreviousSet ( )
setThrowsExceptionIfNoFrontEndHasBeenSet ( )
setUp ( ) : void Sets up this testcase

Méthodes protégées

Méthode Description
setUpBackend ( ) : ApcBackend Sets up the APC backend used for testing

Method Details

backendAllowsForIteratingOverEntries() public méthode

findIdentifiersByTagFindsSetEntries() public méthode

flushByTagRemovesCacheEntriesWithSpecifiedTag() public méthode

flushRemovesAllCacheEntries() public méthode

flushRemovesOnlyOwnEntries() public méthode

getEnvironmentConfiguration() public méthode

public getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
Résultat Neos\Cache\EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject

hasReturnsFalseIfTheEntryDoesntExist() public méthode

itIsPossibleToOverwriteAnEntryInTheCache() public méthode

itIsPossibleToRemoveEntryFromCache() public méthode

itIsPossibleToSetAndCheckExistenceInCache() public méthode

itIsPossibleToSetAndGetEntry() public méthode

largeDataIsStored() public méthode

Check if we can store ~5 MB of data, this gives some headroom.
public largeDataIsStored ( )

removeReturnsFalseIfTheEntryDoesntExist() public méthode

setRemovesTagsFromPreviousSet() public méthode

setThrowsExceptionIfNoFrontEndHasBeenSet() public méthode

setUp() public méthode

Sets up this testcase
public setUp ( ) : void
Résultat void

setUpBackend() protected méthode

Sets up the APC backend used for testing
protected setUpBackend ( ) : ApcBackend
Résultat Neos\Cache\Backend\ApcBackend