Beispiel #1
0
 /**
  * Gets the shared max age cache control directive
  * @return integer|null Seconds if set, null otherwise
  */
 public function getSharedMaxAge()
 {
     return $this->headers->getCacheControlDirective(HeaderContainer::CACHE_CONTROL_SHARED_MAX_AGE);
 }