[Koha-bugs] [Bug 9967] Authorized values are not Plack-compatible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 3 07:04:55 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9967

--- Comment #7 from Robin Sheat <robin at catalyst.net.nz> ---
Oh, GetAuthorisedValues is memoised using a method that just sticks it in a
hash. That'll be it.

So, there is the Memoize::Expire package that we can plug in and give
authorised values a low timeout. Probably something like 10 seconds so that
it'll cover that request and not much more. We can also force a clear when we
set something, so that the current process will see the update immediately.

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


More information about the Koha-bugs mailing list