PHP 클래스 CacheTest

상속: extends WP_UnitTestCase
파일 보기 프로젝트 열기: phalcon/cphalcon 1 사용 예제들

공개 메소드들

메소드 설명
setUp ( )
testCacheFileFlush ( )
testCacheLibmemcachedFlush ( )
testCacheMemoryFlush ( )
testCacheMongoFlush ( )
testCacheXcacheFlush ( )
testDataFileCache ( )
testDataFileCacheDecrement ( )
testDataFileCacheIncrement ( )
testDataFileCacheUnsafeKey ( )
testDataLibmemcachedCache ( )
testDataLibmemcachedCacheOption ( )
testDataMongoCache ( )
testDataXcache ( )
testLibMemcachedDecrement ( )
testLibMemcachedIncrement ( )
testMongoDecrement ( )
testMongoIncrement ( )
testOutputApcCache ( )
testOutputLibmemcachedCache ( )
testOutputMongoCache ( )
testOutputXcache ( )
xtestXcacheDecr ( )
xtestXcacheIncrement ( )

보호된 메소드들

메소드 설명
_prepareApc ( )
_prepareMongo ( )
_prepareXcache ( )

비공개 메소드들

메소드 설명
_prepareLibmemcached ( )

메소드 상세

_prepareApc() 보호된 메소드

protected _prepareApc ( )

_prepareMongo() 보호된 메소드

protected _prepareMongo ( )

_prepareXcache() 보호된 메소드

protected _prepareXcache ( )

setUp() 공개 메소드

public setUp ( )

testCacheFileFlush() 공개 메소드

public testCacheFileFlush ( )

testCacheLibmemcachedFlush() 공개 메소드

testCacheMemoryFlush() 공개 메소드

testCacheMongoFlush() 공개 메소드

public testCacheMongoFlush ( )

testCacheXcacheFlush() 공개 메소드

testDataFileCache() 공개 메소드

public testDataFileCache ( )

testDataFileCacheDecrement() 공개 메소드

testDataFileCacheIncrement() 공개 메소드

testDataFileCacheUnsafeKey() 공개 메소드

testDataLibmemcachedCache() 공개 메소드

testDataLibmemcachedCacheOption() 공개 메소드

testDataMongoCache() 공개 메소드

public testDataMongoCache ( )

testDataXcache() 공개 메소드

public testDataXcache ( )

testLibMemcachedDecrement() 공개 메소드

testLibMemcachedIncrement() 공개 메소드

testMongoDecrement() 공개 메소드

public testMongoDecrement ( )

testMongoIncrement() 공개 메소드

public testMongoIncrement ( )

testOutputApcCache() 공개 메소드

public testOutputApcCache ( )

testOutputLibmemcachedCache() 공개 메소드

testOutputMongoCache() 공개 메소드

testOutputXcache() 공개 메소드

public testOutputXcache ( )

xtestXcacheDecr() 공개 메소드

public xtestXcacheDecr ( )

xtestXcacheIncrement() 공개 메소드