/**
  * Called at the end of execution and will store the data if it is modified.
  */
 static function shutdown()
 {
     if (eZExpiryHandler::hasInstance()) {
         eZExpiryHandler::instance()->store();
     }
 }