From: Ævar Arnfjörð Bjarmason Date: Tue, 12 Apr 2005 01:29:21 +0000 (+0000) Subject: Adding cache related stuff to a new 'Cache' subpackage X-Git-Tag: 1.5.0alpha1~295 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=273671cf32f8c7c59f06cfd6ac97e8063e6da51a;p=lhc%2Fweb%2Fwiklou.git Adding cache related stuff to a new 'Cache' subpackage --- diff --git a/includes/BlockCache.php b/includes/BlockCache.php index ee8e2b87ee..c64adc1094 100644 --- a/includes/BlockCache.php +++ b/includes/BlockCache.php @@ -2,6 +2,7 @@ /** * Contain the blockcache class * @package MediaWiki + * @package Cache */ /** diff --git a/includes/CacheManager.php b/includes/CacheManager.php index ebcc7a9830..0360ab8a23 100644 --- a/includes/CacheManager.php +++ b/includes/CacheManager.php @@ -2,6 +2,7 @@ /** * Contain the CacheManager class * @package MediaWiki + * @subpackage Cache */ /** diff --git a/includes/LinkCache.php b/includes/LinkCache.php index 4a57909494..c6b8b96fb3 100644 --- a/includes/LinkCache.php +++ b/includes/LinkCache.php @@ -2,6 +2,7 @@ /** * Cache for article titles (prefixed DB keys) and ids linked from one source * @package MediaWiki + * @subpackage Cache */ /** diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 7a0616c454..64336585a2 100755 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -2,6 +2,7 @@ /** * * @package MediaWiki + * @subpackage Cache */ /** */ diff --git a/includes/MessageCacheHints.php b/includes/MessageCacheHints.php index 76a5e6ccfb..70b720fcdf 100644 --- a/includes/MessageCacheHints.php +++ b/includes/MessageCacheHints.php @@ -1,6 +1,7 @@