public function testIncrementRAM() { $cache = CacheRAM::singleton(); if ($cache->isEnabled()) { $this->increment($cache); } }