Public Member Functions | |
acquire () | |
release () | |
wait () | |
executeProtected ($mainCallback, $dirtyCallback=false) | |
Static Public Member Functions | |
static | factory ($type, $key) |
Definition at line 3 of file PoolCounter.php.
PoolCounter::acquire | ( | ) | [abstract] |
PoolCounter::executeProtected | ( | $ | mainCallback, | |
$ | dirtyCallback = false | |||
) |
Reimplemented in PoolCounter_Stub.
Definition at line 18 of file PoolCounter.php.
References acquire(), Status::newGood(), release(), and wait().
static PoolCounter::factory | ( | $ | type, | |
$ | key | |||
) | [static] |
Definition at line 4 of file PoolCounter.php.
References $conf, and $wgPoolCounterConf.
Referenced by Article::view().
PoolCounter::release | ( | ) | [abstract] |
PoolCounter::wait | ( | ) | [abstract] |