Wrapper for working with HTTP headers - Cache-Control - Last-Modified - Expires - ETag - Age
Inheritance: use trait Bluz\Common\Container\Container
Beispiel #1
0
 /**
  * Test Expire
  */
 public function testExpire()
 {
     $this->cacheControl->expire();
     $this->assertEquals(0, $this->cacheControl->getAge());
 }