http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9967
Robin Sheat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] --- Comment #5 from Robin Sheat <[email protected]> --- Ah yes, there is a local cache for GetMarcStructure. It is also supposed to be memoised, but I don't see any result of that in memcache, which is strange to me. I think the way to fix this is to: * add a convenient ClearFrameworkCache function and call that from places like the framework editor, the authorised values editor, and so on, * remove the memoisation of the function (which I've found tends to be slower than the local cache anyway, when it works), and * add a cache timeout (5 minutes?) so that it won't screw up long-term if we fail to clear the cache somewhere, but still long enough that it'll likely come out of the woodwork as a bug. This'll also let us tide things over when under load. -- 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/
