summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-19 06:44:01 +0100
committerByron Jones <bjones@mozilla.com>2013-12-19 06:44:01 +0100
commita11f4823342225b2dbe8b931b90d8d14ba80a236 (patch)
tree0f8abf8c82525cfdaafae2e50cb3e109d9c7cb87 /Bugzilla/Bug.pm
parenteda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b (diff)
downloadbugzilla-a11f4823342225b2dbe8b931b90d8d14ba80a236.tar.gz
bugzilla-a11f4823342225b2dbe8b931b90d8d14ba80a236.tar.xz
Bug 237498: Add memcached integration
r=dkl, a=sgreen
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index a7be3812d..f0476c898 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -353,9 +353,9 @@ sub initialize {
$_[0]->_create_cf_accessors();
}
-sub cache_key {
+sub object_cache_key {
my $class = shift;
- my $key = $class->SUPER::cache_key(@_)
+ my $key = $class->SUPER::object_cache_key(@_)
|| return;
return $key . ',' . Bugzilla->user->id;
}
@@ -4422,7 +4422,7 @@ Ensures the accessors for custom fields are always created.
=item set_op_sys
-=item cache_key
+=item object_cache_key
=item bug_group