Просмотр файла manual-ru/variable.cache.modified.check.html

Размер файла: 2.54Kb
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>$cache_modified_check</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<link rel="home" href="index.html" title="Руководство по Smarty">
<link rel="up" href="api.variables.html" title="Chapter 12. Переменные класса Smarty">
<link rel="prev" href="variable.cache.handler.func.html" title="$cache_handler_func">
<link rel="next" href="variable.config.overwrite.html" title="$config_overwrite">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">$cache_modified_check</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="variable.cache.handler.func.html">Prev</a> </td>
<th width="60%" align="center">Chapter 12. Переменные класса Smarty</th>
<td width="20%" align="right"> <a accesskey="n" href="variable.config.overwrite.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" title="$cache_modified_check">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="variable.cache.modified.check"></a>$cache_modified_check</h2></div></div></div>
<p>
  Если установлено в true, Smarty будет учитывать If-Modified-Since
  заголовок, посланный клиентом. Если время создания кэшированного
  файла не изменилось с момента последнего посещения, то взамен его
  содержимого будет послан заголовок "304 Not Modified". Это работает
  только в случае, если кэшированное содержимое не содержит тэгов
  <span class="command"><strong>insert</strong></span>.
 </p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="variable.cache.handler.func.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="api.variables.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="variable.config.overwrite.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">$cache_handler_func </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> $config_overwrite</td>
</tr>
</table>
</div>
</body>
</html>