[Koha-bugs] [Bug 8089] Use Koha::Cache everywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 00:14:00 CET 2013


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

--- Comment #41 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
(In reply to comment #39)
> questions:
>  * you don't set a timeout to the syspref cache, so it's 0, so it's "no
> timeout", right ?

10 minutes, actually. This is a departure from current behavior, but I think
it's a reasonable one.

>  * if we write some other caching subs and attach them to this bug, would
> you push them before 3.12. I was thinking of getAllLanguages and some other
> subs that can be cached & will improve scalability a lot (and lower SQL
> queries)

I don't think so, no. Too much risk of side effects. getAllLanguages already
has memoize_memcached, which -- though problematic -- does work.

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


More information about the Koha-bugs mailing list