If set to true, Smarty will respect the If-Modified-Since header sent from the client. If the cached file timestamp has not changed since the last visit, then a "304 Not Modified" header will be sent instead of the content. This works only on cached content without insert tags.
如果此變數的值設定為 true 的話,則 Smarty 將會顧及到客戶端傳來的 If-Modified-Since 標頭。如果快取檔案的時間戳記從最後一次到訪之後就沒有改變的話,則伺 服器會傳送 "304 Not Modified" 標題而非內容。此動作在不包含 insert 標籤的快取內容才會執行。