PHP 클래스 lithium\tests\cases\storage\cache\adapter\XCacheTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
setUp ( ) Clear the userspace cache
skip ( ) Skip the test if XCache extension is unavailable.
tearDown ( )
testClear ( )
testDecrement ( )
testDecrementNonIntegerValue ( )
testDecrementWithScope ( )
testDelete ( )
testDeleteNonExistentKey ( )
testDeleteWithScope ( )
testEnabled ( )
testIncrement ( )
testIncrementNonIntegerValue ( )
testIncrementWithScope ( )
testReadKeyThatDoesNotExist ( )
testReadMulti ( )
testReadWithScope ( )
testSimpleRead ( )
testSimpleWrite ( )
testWriteAndReadNull ( )
testWriteAndReadNullMulti ( )
testWriteExpiryDefault ( )
testWriteExpiryExpires ( ) Tests that an item can be written to the cache using strtotime syntax.
testWriteExpiryTtl ( ) Tests that an item can be written to the cache using TTL syntax.
testWriteMulti ( )
testWriteNoExpiry ( )
testWriteReadAndDeleteRoundtrip ( )
testWriteWithScope ( )

메소드 상세

setUp() 공개 메소드

Clear the userspace cache
public setUp ( )

skip() 공개 메소드

Skip the test if XCache extension is unavailable.
public skip ( )

tearDown() 공개 메소드

public tearDown ( )

testClear() 공개 메소드

public testClear ( )

testDecrement() 공개 메소드

public testDecrement ( )

testDecrementNonIntegerValue() 공개 메소드

testDecrementWithScope() 공개 메소드

testDelete() 공개 메소드

public testDelete ( )

testDeleteNonExistentKey() 공개 메소드

testDeleteWithScope() 공개 메소드

public testDeleteWithScope ( )

testEnabled() 공개 메소드

public testEnabled ( )

testIncrement() 공개 메소드

public testIncrement ( )

testIncrementNonIntegerValue() 공개 메소드

testIncrementWithScope() 공개 메소드

testReadKeyThatDoesNotExist() 공개 메소드

testReadMulti() 공개 메소드

public testReadMulti ( )

testReadWithScope() 공개 메소드

public testReadWithScope ( )

testSimpleRead() 공개 메소드

public testSimpleRead ( )

testSimpleWrite() 공개 메소드

public testSimpleWrite ( )

testWriteAndReadNull() 공개 메소드

testWriteAndReadNullMulti() 공개 메소드

testWriteExpiryDefault() 공개 메소드

testWriteExpiryExpires() 공개 메소드

Note that because of the nature of XCache we cannot test if an item correctly expires. Expiration checks are done by XCache only on each _page request_.

testWriteExpiryTtl() 공개 메소드

Note that because of the nature of XCache we cannot test if an item correctly expires. Expiration checks are done by XCache only on each _page request_.
public testWriteExpiryTtl ( )

testWriteMulti() 공개 메소드

public testWriteMulti ( )

testWriteNoExpiry() 공개 메소드

public testWriteNoExpiry ( )

testWriteReadAndDeleteRoundtrip() 공개 메소드

testWriteWithScope() 공개 메소드

public testWriteWithScope ( )