public function testSetAndGetPrefetch()
 {
     $this->plugin->setPrefetch(120);
     $this->assertEquals(120, $this->plugin->getPrefetch());
 }