PHP Class Neos\Cache\Tests\Unit\Backend\TransientMemoryBackendTest

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

Public Methods

Method Description
findIdentifiersByTagFindsCacheEntriesWithSpecifiedTag ( )
flushByTagRemovesCacheEntriesWithSpecifiedTag ( )
flushRemovesAllCacheEntries ( )
getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
hasReturnsFalseIfTheEntryDoesntExist ( )
itIsPossibleToOverwriteAnEntryInTheCache ( )
itIsPossibleToRemoveEntryFromCache ( )
itIsPossibleToSetAndCheckExistenceInCache ( )
itIsPossibleToSetAndGetEntry ( )
removeReturnsFalseIfTheEntryDoesntExist ( )
setThrowsExceptionIfNoFrontEndHasBeenSet ( )

Method Details

findIdentifiersByTagFindsCacheEntriesWithSpecifiedTag() public method

flushByTagRemovesCacheEntriesWithSpecifiedTag() public method

flushRemovesAllCacheEntries() 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

removeReturnsFalseIfTheEntryDoesntExist() public method

setThrowsExceptionIfNoFrontEndHasBeenSet() public method