aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ObjectCache.php
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-12 01:29:21 +0000
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-12 01:29:21 +0000
commit273671cf32f8c7c59f06cfd6ac97e8063e6da51a (patch)
tree97bee96e73d77ab1f7663bf91ad5ffc15d94716a /includes/ObjectCache.php
parent27b500c4aa62a5ea7e60a987a3c43edf4d9db59c (diff)
downloadmediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.tar.gz
mediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.zip
Adding cache related stuff to a new 'Cache' subpackage
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8268
Diffstat (limited to 'includes/ObjectCache.php')
-rw-r--r--includes/ObjectCache.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/ObjectCache.php b/includes/ObjectCache.php
index 245bb387197e..e4f45ee79527 100644
--- a/includes/ObjectCache.php
+++ b/includes/ObjectCache.php
@@ -1,4 +1,8 @@
<?php
+/**
+ * @package MediaWiki
+ * @subpackage Cache
+ */
if (!defined('MEDIAWIKI')) die( "Not a valid entry point");