Author: bshaffer
Date: 2010-05-24 15:49:16 +0200 (Mon, 24 May 2010)
New Revision: 29604

Modified:
   plugins/csSettingsPlugin/trunk/config/app.yml
Log:
adds default caching as "sfFileCache" for csSettingsPlugin

Modified: plugins/csSettingsPlugin/trunk/config/app.yml
===================================================================
--- plugins/csSettingsPlugin/trunk/config/app.yml       2010-05-24 12:16:07 UTC 
(rev 29603)
+++ plugins/csSettingsPlugin/trunk/config/app.yml       2010-05-24 13:49:16 UTC 
(rev 29604)
@@ -16,4 +16,12 @@
     
     cachepaths:                       #override the cache path, for whatever 
reason you might want to
       settings_array: cs_settings.settings_array.cache
-      object_array:   cs_settings.obj_array.cache
\ No newline at end of file
+      object_array:   cs_settings.obj_array.cache
+
+    cache:
+      class: sfFileCache
+      options:
+        automatic_cleaning_factor: 0
+        cache_dir:                 %SF_TEMPLATE_CACHE_DIR%
+        lifetime:                  86400
+        prefix:                    %SF_APP_DIR%/template
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to