From ebb5343e11422888fc37d803553d79263f5b5820 Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Sun, 13 Nov 2011 22:51:29 +0100 Subject: [PATCH] [Doc] Updated cache documentation --- Resources/doc/cache.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/doc/cache.rst b/Resources/doc/cache.rst index 0090361..1c12010 100644 --- a/Resources/doc/cache.rst +++ b/Resources/doc/cache.rst @@ -21,6 +21,8 @@ The lifetime in seconds of a WSDL file in the cache (**86400 is the default valu The limit is the maximum number of in-memory cached WSDL files (**5 is the default value by PHP**). +The WSDL files cached are written in cache folder of your Symfony2 application. + If you want more information you can visit the following page `PHP Soap runtime configuration`_. .. _`PHP Soap runtime configuration`: http://www.php.net/manual/en/soap.configuration.php \ No newline at end of file