Index: branches/RC/core/kernel/utility/cache.php =================================================================== diff -u -r11336 -r11495 --- branches/RC/core/kernel/utility/cache.php (.../cache.php) (revision 11336) +++ branches/RC/core/kernel/utility/cache.php (.../cache.php) (revision 11495) @@ -22,9 +22,9 @@ if ($memcached_servers && class_exists('Memcache')) { $this->_storage = new MemcacheCacheStorage($memcached_servers); } - else if (false || $this->Application->ConfigValue('UseFileCache')) { + /*else if (false || $this->Application->ConfigValue('UseFileCache')) { $this->_storage = new FileCacheStorage('file_cache.tmp'); - } + }*/ else { $this->_storage = new CacheStorage(); }