load($key); $this->assertFalse($loaded); } public function testCachePut() { $key = 'some key'; $value = 'cache($key, $value); $loaded = $cache->load($key); $this->assertTrue($loaded); } }