What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
TRUE
の場合、Smarty はクライアントから送信された If-Modified-Since
ヘッダを尊重します。キャッシュファイルのタイムスタンプが最後に訪れた時から変わっていなければ、
コンテンツの代わりに '304: Not Modified'
レスポンスが返されます。
これは、キャッシュされた内容に
{insert}
タグが含まれない場合にのみ機能します。
$caching
、
$cache_lifetime
、
$cache_handler_func
および
キャッシュの節 も参照ください。