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

Inheritance: extends Neos\Cache\Tests\BaseTestCase
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method 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

Protected Methods

Method Description
setUpBackend ( ) : ApcBackend Sets up the APC backend used for testing

Method Details

backendAllowsForIteratingOverEntries() public method

findIdentifiersByTagFindsSetEntries() public method

flushByTagRemovesCacheEntriesWithSpecifiedTag() public method

flushRemovesAllCacheEntries() public method

flushRemovesOnlyOwnEntries() public method

getEnvironmentConfiguration() public method

public getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
return Neos\Cache\EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject

hasReturnsFalseIfTheEntryDoesntExist() public method

itIsPossibleToOverwriteAnEntryInTheCache() public method

itIsPossibleToRemoveEntryFromCache() public method

itIsPossibleToSetAndCheckExistenceInCache() public method

itIsPossibleToSetAndGetEntry() public method

largeDataIsStored() public method

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

removeReturnsFalseIfTheEntryDoesntExist() public method

setRemovesTagsFromPreviousSet() public method

setThrowsExceptionIfNoFrontEndHasBeenSet() public method

setUp() public method

Sets up this testcase
public setUp ( ) : void
return void

setUpBackend() protected method

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