Bugzilla – Attachment 55291 Details for
Bug 17189
Add the ability to define several memcached namespaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17189: Use delete to flush a L1 cache namespace
Bug-17189-Use-delete-to-flush-a-L1-cache-namespace.patch (text/plain), 633 bytes, created by
Jonathan Druart
on 2016-09-07 10:45:17 UTC
(
hide
)
Description:
Bug 17189: Use delete to flush a L1 cache namespace
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-09-07 10:45:17 UTC
Size:
633 bytes
patch
obsolete
>From 71e099f944a8d74ab4ad47d2a715355f08b92871 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 7 Sep 2016 11:43:32 +0100 >Subject: [PATCH] Bug 17189: Use delete to flush a L1 cache namespace > >--- > Koha/Cache.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Cache.pm b/Koha/Cache.pm >index 598c35b..ea2ebcb 100644 >--- a/Koha/Cache.pm >+++ b/Koha/Cache.pm >@@ -403,7 +403,7 @@ sub flush_all { > > sub flush_L1_cache { > my( $self ) = @_; >- $L1_cache{$self->{namespace}} = (); >+ delete $L1_cache{$self->{namespace}}; > } > > =head1 TIED INTERFACE >-- >2.8.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17189
:
54815
|
54816
|
54817
|
55284
|
55285
|
55286
|
55291
|
55292
|
55293
|
55294
|
55295
|
55301
|
55302
|
55316
|
55317
|
55318
|
55319
|
55320
|
55321
|
55341