PHP 클래스 Neos\Cache\Tests\Unit\Backend\MemcachedBackendTest

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
findIdentifiersByTagFindsCacheEntriesWithSpecifiedTag ( )
flushByTagRemovesCacheEntriesWithSpecifiedTag ( )
flushRemovesAllCacheEntries ( )
flushRemovesOnlyOwnEntries ( )
getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
hasReturnsFalseIfTheEntryDoesntExist ( )
initializeObjectThrowsExceptionIfNoMemcacheServerIsConfigured ( )
itIsPossibleToOverwriteAnEntryInTheCache ( )
itIsPossibleToRemoveEntryFromCache ( )
itIsPossibleToSetAndCheckExistenceInCache ( )
itIsPossibleToSetAndGetEntry ( )
largeDataIsStored ( ) Check if we can store ~5 MB of data, this gives some headroom for the reflection data.
removeReturnsFalseIfTheEntryDoesntExist ( )
setRemovesTagsFromPreviousSet ( )
setThrowsExceptionIfConfiguredServersAreUnreachable ( )
setThrowsExceptionIfNoFrontEndHasBeenSet ( )
setUp ( ) : void Sets up this testcase

보호된 메소드들

메소드 설명
setUpBackend ( array $backendOptions = [] ) : MemcachedBackend Sets up the memcached backend used for testing

메소드 상세

findIdentifiersByTagFindsCacheEntriesWithSpecifiedTag() 공개 메소드

flushByTagRemovesCacheEntriesWithSpecifiedTag() 공개 메소드

flushRemovesAllCacheEntries() 공개 메소드

flushRemovesOnlyOwnEntries() 공개 메소드

getEnvironmentConfiguration() 공개 메소드

public getEnvironmentConfiguration ( ) : EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject
리턴 Neos\Cache\EnvironmentConfiguration | PHPUnit_Framework_MockObject_MockObject

hasReturnsFalseIfTheEntryDoesntExist() 공개 메소드

initializeObjectThrowsExceptionIfNoMemcacheServerIsConfigured() 공개 메소드

itIsPossibleToOverwriteAnEntryInTheCache() 공개 메소드

itIsPossibleToRemoveEntryFromCache() 공개 메소드

itIsPossibleToSetAndCheckExistenceInCache() 공개 메소드

itIsPossibleToSetAndGetEntry() 공개 메소드

largeDataIsStored() 공개 메소드

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

removeReturnsFalseIfTheEntryDoesntExist() 공개 메소드

setRemovesTagsFromPreviousSet() 공개 메소드

setThrowsExceptionIfConfiguredServersAreUnreachable() 공개 메소드

setThrowsExceptionIfNoFrontEndHasBeenSet() 공개 메소드

setUp() 공개 메소드

Sets up this testcase
public setUp ( ) : void
리턴 void

setUpBackend() 보호된 메소드

Sets up the memcached backend used for testing
protected setUpBackend ( array $backendOptions = [] ) : MemcachedBackend
$backendOptions array Options for the memcache backend
리턴 Neos\Cache\Backend\MemcachedBackend