summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-includes/cache.php')
-rw-r--r--wp-inst/wp-includes/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/cache.php b/wp-inst/wp-includes/cache.php
index 3dba09a..ffb6756 100644
--- a/wp-inst/wp-includes/cache.php
+++ b/wp-inst/wp-includes/cache.php
@@ -58,7 +58,7 @@ class WP_Object_Cache {
var $cache = array ();
var $dirty_objects = array ();
var $non_existant_objects = array ();
- var $global_groups = array ('users', 'usermeta', 'site-options');
+ var $global_groups = array ('users', 'userlogins', 'usermeta', 'site-options', 'site-lookup', 'blog-lookup', 'blog-details');
var $blog_id;
var $cold_cache_hits = 0;
var $warm_cache_hits = 0;