2004-10-07 18:50:52 +00:00
|
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
|
<sect1 id="variable.cache.dir">
|
|
|
|
|
<title>$cache_dir</title>
|
|
|
|
|
<para>
|
|
|
|
|
Este es el nombre del directorio donde los caches del template
|
2005-11-08 23:37:29 +00:00
|
|
|
|
son almacenados. Por default es
|
|
|
|
|
<filename class="directory">"./cache"</filename>, esto significa que
|
2004-10-07 18:50:52 +00:00
|
|
|
|
buscara el directorio de cache en el mismo directorio que ejecuta
|
2005-11-08 23:37:29 +00:00
|
|
|
|
el scripts PHP.
|
|
|
|
|
<emphasis role="bold">Este directorio debe ser regrabable por el
|
|
|
|
|
servidor web</emphasis>
|
|
|
|
|
(<link linkend="installing.smarty.basic">ver intalaci<63>n</link>).
|
|
|
|
|
Usted puede usar tambi<62>n su propia
|
|
|
|
|
<link linkend="section.template.cache.handler.func">funci<EFBFBD>n habitual
|
|
|
|
|
de mantenimiento</link> de cache para manipular los archivos de cache, que
|
2004-10-07 18:50:52 +00:00
|
|
|
|
ignorar<61> est<73> configuraci<63>n.
|
2005-11-08 23:37:29 +00:00
|
|
|
|
Ver tambien <link linkend="variable.use.sub.dirs">$use_sub_dirs</link>.
|
2004-10-07 18:50:52 +00:00
|
|
|
|
</para>
|
2005-11-08 23:37:29 +00:00
|
|
|
|
|
2004-10-07 18:50:52 +00:00
|
|
|
|
<note>
|
|
|
|
|
<title>Nota T<>cnica</title>
|
|
|
|
|
<para>
|
2005-11-08 23:37:29 +00:00
|
|
|
|
Esta configuraci<63>n debe ser cualquiera de estas dos, un path
|
2004-10-07 18:50:52 +00:00
|
|
|
|
relativo o absoluto. include_path no es usado para escribir archivos.
|
|
|
|
|
</para>
|
|
|
|
|
</note>
|
|
|
|
|
<note>
|
|
|
|
|
<title>Nota T<>cnica</title>
|
|
|
|
|
<para>
|
|
|
|
|
No es recomendado colocar este directorio bajo el directorio
|
2005-11-08 23:37:29 +00:00
|
|
|
|
document root del servidor web.
|
2004-10-07 18:50:52 +00:00
|
|
|
|
</para>
|
|
|
|
|
</note>
|
2005-11-08 23:37:29 +00:00
|
|
|
|
<para>
|
|
|
|
|
Ver tambi<62>n
|
|
|
|
|
<link linkend="variable.caching">$caching</link>,
|
|
|
|
|
<link linkend="variable.use.sub.dirs">$use_sub_dirs</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>
|
|
|
|
|
y <link linkend="caching">Caching section</link>.
|
|
|
|
|
</para>
|
2004-10-07 18:50:52 +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
|
|
|
|
|
-->
|