[ObjectCache.php] Add comment describing that CACHE_ANYTHING will use whatever is...
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 4 Mar 2012 22:53:05 +0000 (22:53 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 4 Mar 2012 22:53:05 +0000 (22:53 +0000)
commit5985cc9da709162766a3c25b524161d3538b819c
treedb9461a79cd14c73a263a147d1001e0a46a31b45
parente767c7e3014d87c48184e0b1213c060c24e2dc1f
[ObjectCache.php] Add comment describing that CACHE_ANYTHING will use whatever is configured on the wiki for $wgMainCacheType etc., and that if those are set to CACHE_NONE (which it is by default) then CACHE_ANYTHING is CACHE_DB.
includes/objectcache/ObjectCache.php