PHP Class lithium\tests\cases\storage\cache\adapter\ApcTest

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Méthodes publiques

Méthode Description
setUp ( )
skip ( ) Skip the test if APC extension is unavailable.
tearDown ( )
testClear ( )
testDecrement ( )
testDecrementNonIntegerValue ( )
testDecrementWithScope ( )
testDelete ( )
testDeleteMulti ( )
testDeleteNonExistentKey ( )
testDeleteWithScope ( )
testEnabled ( )
testIncrement ( )
testIncrementNonIntegerValue ( )
testIncrementWithScope ( )
testReadKeyThatDoesNotExist ( )
testReadMulti ( )
testReadWithScope ( )
testSimpleRead ( )
testSimpleWrite ( )
testWriteAndReadArray ( )
testWriteAndReadNull ( )
testWriteAndReadNullMulti ( )
testWriteExpiryDefault ( ) Tests that an item can be written to the cache using the default expiration.
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 ( )

Method Details

setUp() public méthode

public setUp ( )

skip() public méthode

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

tearDown() public méthode

public tearDown ( )

testClear() public méthode

public testClear ( )

testDecrement() public méthode

public testDecrement ( )

testDecrementNonIntegerValue() public méthode

testDecrementWithScope() public méthode

testDelete() public méthode

public testDelete ( )

testDeleteMulti() public méthode

public testDeleteMulti ( )

testDeleteNonExistentKey() public méthode

testDeleteWithScope() public méthode

public testDeleteWithScope ( )

testEnabled() public méthode

public testEnabled ( )

testIncrement() public méthode

public testIncrement ( )

testIncrementNonIntegerValue() public méthode

testIncrementWithScope() public méthode

testReadKeyThatDoesNotExist() public méthode

testReadMulti() public méthode

public testReadMulti ( )

testReadWithScope() public méthode

public testReadWithScope ( )

testSimpleRead() public méthode

public testSimpleRead ( )

testSimpleWrite() public méthode

public testSimpleWrite ( )

testWriteAndReadArray() public méthode

testWriteAndReadNull() public méthode

testWriteAndReadNullMulti() public méthode

testWriteExpiryDefault() public méthode

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

testWriteExpiryExpires() public méthode

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

testWriteExpiryTtl() public méthode

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

testWriteMulti() public méthode

public testWriteMulti ( )

testWriteNoExpiry() public méthode

public testWriteNoExpiry ( )

testWriteReadAndDeleteRoundtrip() public méthode

testWriteWithScope() public méthode

public testWriteWithScope ( )