https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587

--- Comment #26 from Fridolin Somers <[email protected]> ---
(In reply to Jonathan Druart from comment #21)
> Created attachment 128446 [details] [review]
> Bug 26587: Use Koha::Cache::Memory::Lite

Great.

But in my opinion cache key is too short :
  my $cache_key    = "Library_branchname:" . $branchcode;
We may have need for library datas cache in other places.

I propose :
  my $cache_key    = "Template_Plugin_Branches_branchname:" . $branchcode;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to