[Koha-bugs] [Bug 16229] Koha::Cache should be on the safer side

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 14:23:31 CEST 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 50072
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50072&action=edit
Bug 16229: Deep copy on first L2 fetch

When a value exists in L2 cache but not in L1 cache, it should be deep
copied if needed (i.e. not a scalar). Otherwise the calling code is able
to modify the value in cache.
Note that is theoretical, it's possible that no code does that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list