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

--- Comment #7 from Robin Sheat <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to