split general cache helper functionality to its own class, so we can also easily...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 19 Mar 2012 23:33:25 +0000 (23:33 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 19 Mar 2012 23:33:25 +0000 (23:33 +0000)
commit7c92fcab00e07b18bc2b7234d35b58b8595572a0
tree874d26ea8d2561bb2900118dfb1de44814051255
parent6f85232ee42a8d97277095cc30173610bc8f55e5
split general cache helper functionality to its own class, so we can also easily use it in stuff that does not derive from SpecialPage, such as Action
includes/AutoLoader.php
includes/CacheHelper.php [new file with mode: 0644]
includes/specials/SpecialCachedPage.php