From 273671cf32f8c7c59f06cfd6ac97e8063e6da51a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 12 Apr 2005 01:29:21 +0000 Subject: [PATCH] Adding cache related stuff to a new 'Cache' subpackage --- includes/BlockCache.php | 1 + includes/CacheManager.php | 1 + includes/LinkCache.php | 1 + includes/MessageCache.php | 1 + includes/MessageCacheHints.php | 1 + includes/ObjectCache.php | 4 ++++ includes/Parser.php | 1 + includes/ParserCache.php | 1 + includes/Sanitizer.php | 1 + 9 files changed, 12 insertions(+) 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 @@