https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16166
Jesse Weaver <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #11 from Jesse Weaver <[email protected]> --- Here's something to think about: trying to make the L1 safe while keeping its performance seems to be rather tricky. Could we consider making cloning (or locking) something that can be enabled for testing, and leave it turned off in production? The data structures returned by L1-memoized functions should really not be modified by the code that uses them in a way that interferes with future uses anyway. See https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49488 for code that does modify the value stored in cache, but in a way that doesn't cause problems. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
