Indicate in config file that memory caching only works for persistent backends
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 18 May 2010 20:03:03 +0000 (14:03 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 May 2010 03:38:06 +0000 (21:38 -0600)
horde/config/conf.xml

index 0bbe5b9..3dd2240 100644 (file)
    </configswitch>
    <configswitch name="use_memorycache" required="false" desc="Use a
    separate memory cache driver to store data in memory? If data is not found
-   in this driver, we will fall back to accessing the persistent backend.">
+   in this driver, we will fall back to accessing the persistent backend. This
+   setting has no effect if already using a memory caching backend.">
     <case name="" desc="None"/>
     <case name="Apc" desc="APC"/>
     <case name="Eaccelerator" desc="eAccelerator"/>