| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | <?xml version="1.0" encoding="iso-8859-1"?> | 
					
						
							|  |  |  | <!-- $Revision$ --> | 
					
						
							|  |  |  |      <sect1 id="variable.caching"> | 
					
						
							|  |  |  |       <title>$caching</title> | 
					
						
							|  |  |  |       <para> | 
					
						
							| 
									
										
										
										
											2005-06-05 15:47:25 +00:00
										 |  |  | 	   This tells Smarty whether or not to cache the output of the templates | 
					
						
							|  |  |  | 	   to the <link linkend="variable.cache.dir">$cache_dir</link>. | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | 	   By default this is set to 0, or disabled. If your templates generate | 
					
						
							| 
									
										
										
										
											2005-05-27 16:25:02 +00:00
										 |  |  | 	   redundant content, it is advisable to turn on $caching. This | 
					
						
							|  |  |  | 	   will result in significant performance gains. You can also have | 
					
						
							|  |  |  | 	   <link linkend="caching.multiple.caches">multiple</link> | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | 	   caches for the same template. A value of 1 or 2 enables caching. 1 tells | 
					
						
							| 
									
										
										
										
											2005-05-23 15:43:01 +00:00
										 |  |  | 	   Smarty to use the current | 
					
						
							|  |  |  | 	   <link linkend="variable.cache.lifetime">$cache_lifetime</link> | 
					
						
							|  |  |  | 	   variable to determine if the | 
					
						
							| 
									
										
										
										
											2005-05-24 14:01:49 +00:00
										 |  |  |    cache has expired. A value of 2 tells Smarty to use the | 
					
						
							|  |  |  |    <link linkend="variable.cache.lifetime">$cache_lifetime</link> | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | 	   value at the time the cache was generated. This way you can set the | 
					
						
							| 
									
										
										
										
											2005-05-24 14:01:49 +00:00
										 |  |  |    <link linkend="variable.cache.lifetime">$cache_lifetime</link> | 
					
						
							|  |  |  |    just before | 
					
						
							|  |  |  |    <link linkend="api.fetch">fetching</link> | 
					
						
							|  |  |  |    the template to have granular | 
					
						
							| 
									
										
										
										
											2005-05-23 15:43:01 +00:00
										 |  |  | 	   control over when that particular cache expires. | 
					
						
							|  |  |  | 	   See also <link linkend="api.is.cached">is_cached()</link>. | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |       </para> | 
					
						
							|  |  |  |       <para> | 
					
						
							| 
									
										
										
										
											2005-05-23 15:43:01 +00:00
										 |  |  | 	   If <link linkend="variable.compile.check">$compile_check</link> | 
					
						
							|  |  |  | 	   is enabled, the cached content will be regenerated if | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | 	   any of the templates or config files that are part of this cache are | 
					
						
							| 
									
										
										
										
											2005-05-23 15:43:01 +00:00
										 |  |  | 	   changed. If | 
					
						
							|  |  |  | 	   <link linkend="variable.force.compile">$force_compile</link> | 
					
						
							|  |  |  | 	   is enabled, the cached content will always be | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | 	   regenerated. | 
					
						
							|  |  |  |       </para> | 
					
						
							| 
									
										
										
										
											2005-05-27 16:25:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | <para> | 
					
						
							|  |  |  |   See also | 
					
						
							|  |  |  |   <link linkend="variable.cache.dir">$cache_dir</link>, | 
					
						
							|  |  |  |   <link linkend="variable.cache.lifetime">$cache_lifetime</link>, | 
					
						
							|  |  |  |   <link linkend="variable.cache.handler.func">$cache_handler_func</link>, | 
					
						
							|  |  |  |   <link linkend="variable.cache.modified.check">$cache_modified_check</link> | 
					
						
							|  |  |  | and | 
					
						
							|  |  |  | <link linkend="caching">Caching section</link>. | 
					
						
							|  |  |  | </para> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  | </sect1> | 
					
						
							|  |  |  | <!-- Keep this comment at the end of the file
 | 
					
						
							|  |  |  | Local variables: | 
					
						
							|  |  |  | mode: sgml | 
					
						
							|  |  |  | sgml-omittag:t | 
					
						
							|  |  |  | sgml-shorttag:t | 
					
						
							|  |  |  | sgml-minimize-attributes:nil | 
					
						
							|  |  |  | sgml-always-quote-attributes:t | 
					
						
							|  |  |  | sgml-indent-step:1 | 
					
						
							|  |  |  | sgml-indent-data:t | 
					
						
							|  |  |  | indent-tabs-mode:nil | 
					
						
							|  |  |  | sgml-parent-document:nil | 
					
						
							|  |  |  | sgml-default-dtd-file:"../../../../manual.ced" | 
					
						
							|  |  |  | sgml-exposed-tags:nil | 
					
						
							|  |  |  | sgml-local-catalogs:nil | 
					
						
							|  |  |  | sgml-local-ecat-files:nil | 
					
						
							|  |  |  | End: | 
					
						
							|  |  |  | vim600: syn=xml fen fdm=syntax fdl=2 si | 
					
						
							|  |  |  | vim: et tw=78 syn=sgml | 
					
						
							|  |  |  | vi: ts=1 sw=1 | 
					
						
							|  |  |  | --> |