Example #1
0
 protected function _initHttpCache()
 {
     if (Star_Http_Request::isCache() == true) {
         header('Cache-control: private');
         header(Star_Http_Response::getCodeMessage(304));
         exit;
     }
 }