[MediaWiki-l] Disabling object cache completely not working

2013-06-24 Thread John Abraham
Hi, We are using $wgVersion = '1.20.2'; But we find that the objectcache continues to grow even though we have used the setting suggested in the FAQ to completely disable caching and also restarted the server. grep -i cache LocalSettings.php $wgEnableParserCache = false; $wgMainCacheType =

Re: [MediaWiki-l] Disabling object cache completely not working

2013-06-24 Thread Benjamin Lees
It looks like the ResourceLoader always acts as if CACHE_ANYTHING is set for reading, which seems to be intentional, and for writing, which perhaps is not. From includes/resourceloader/ResourceLoader.php (similar code is also in includes/resourceloader/ResourceLoaderLanguageDataModule.php): //