PHP Class Elgg\Cache\EntityCacheTest

Inheritance: extends Elgg\TestCase
Show file Open project: elgg/elgg

Public Methods

Method Description
testBypassesCacheWithIgnoredAccess ( )
testCanCacheElggObject ( )
testCanCacheElggUser ( )
testCanDisableCacheForEntity ( )
testCanGetEntityAfterDbQuery ( )
testPropagatesLastActionChangesToCache ( )
testRemovesBannedUserFromCache ( )
testRemovesDeletedEntityFromCache ( )
testRemovesDisabledEntityFromCache ( )
testRemovesNewAdminUserFromCache ( )
testRemovesRemovedAdminUserFromCache ( )
testRemovesUnbannedUserFromCache ( )
testVInvalidatesCacheOnSessionChange ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testBypassesCacheWithIgnoredAccess() public method

testCanCacheElggObject() public method

testCanCacheElggUser() public method

testCanDisableCacheForEntity() public method

testCanGetEntityAfterDbQuery() public method

testPropagatesLastActionChangesToCache() public method

testRemovesBannedUserFromCache() public method

testRemovesDeletedEntityFromCache() public method

testRemovesDisabledEntityFromCache() public method

testRemovesNewAdminUserFromCache() public method

testRemovesRemovedAdminUserFromCache() public method

testRemovesUnbannedUserFromCache() public method

testVInvalidatesCacheOnSessionChange() public method