put('foo', 'bar', 30); $store->touch('foo', 60); Carbon::setTestNow($now->addSeconds(45)); $this->assertSame('bar', $store->get('foo')); } }