mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-21 00:15:20 +02:00
66 lines
2.2 KiB
XML
66 lines
2.2 KiB
XML
<?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
|
|
son almacenados. Por default es
|
|
<filename class="directory">"./cache"</filename>, esto significa que
|
|
buscara el directorio de cache en el mismo directorio que ejecuta
|
|
el scripts PHP.
|
|
<emphasis role="bold">Este directorio debe ser regrabable por el
|
|
servidor web</emphasis>
|
|
(<link linkend="installing.smarty.basic">ver intalación</link>).
|
|
Usted puede usar también su propia
|
|
<link linkend="section.template.cache.handler.func">función habitual
|
|
de mantenimiento</link> de cache para manipular los archivos de cache, que
|
|
ignorará está configuración.
|
|
Ver tambien <link linkend="variable.use.sub.dirs">$use_sub_dirs</link>.
|
|
</para>
|
|
|
|
<note>
|
|
<title>Nota Técnica</title>
|
|
<para>
|
|
Esta configuración debe ser cualquiera de estas dos, un path
|
|
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
|
|
document root del servidor web.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Ver tambié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>
|
|
</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
|
|
-->
|