From: Tim Düsterhus Date: Sun, 25 Sep 2011 16:22:22 +0000 (+0200) Subject: Adding "NoCacheSource" X-Git-Tag: 2.0.0_Beta_1~1769^2~4^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cd36d274b91a86403fce90f50b5c07ce4595c600;p=GitHub%2FWoltLab%2FWCF.git Adding "NoCacheSource" Disables the cache entirely, useful for debugging purposes. --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index 31812b19ed..d68febfd1d 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -312,10 +312,12 @@ debug:mail_debug_logfile_path,!mail_use_f_param,!mail_smtp_host,!mail_smtp_port, +apc:wcf.acp.option.cache_source_type.apc +no:wcf.acp.option.cache_source_type.no]]> +apc:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache +no:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache]]>