move store writing out of recache()
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Nov 2011 11:56:52 +0000 (11:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Nov 2011 11:56:52 +0000 (11:56 +0000)
commit7e9f50387f52c3ccfd8870ab5b2bf470764b8695
tree901c6cec428cd1196f35ce73051b03df99d0051f
parent513a094b094941b648a705905681c4d209c2a703
move store writing out of recache()

Writing to cache is now handled in a new method. That makes recache() a bit
shorter and easier to read. Since there is no point in writing data to
/dev/null , return early in such a case (ie if store is LCStore_Null).
includes/LocalisationCache.php