Source Class Methods skip setUp tearDown testEnabled testSimpleWrite testWriteDefaultCacheTime testWriteMulti testSimpleRead testReadMulti testReadKeyThatDoesNotExist testDelete testDeleteMulti testDeleteNonExistentKey testWriteReadAndDeleteRoundtrip testClear testDecrement testDecrementNonIntegerValue testIncrement testIncrementNonIntegerValue Extends lithium\test\Unit Source public function testEnabled() { $apc = $this->Apc; $this->assertTrue($apc::enabled()); }