[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 20 01:21:56 CET 2014


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

--- Comment #47 from Robin Sheat <robin at catalyst.net.nz> ---
(In reply to Tomás Cohen Arazi from comment #46)
> >+my $syspref_cache = Koha::Cache->get_instance();
> >+my $use_syspref_cache = 1;
> 
> I was talking about this, which I thought could be problematic for Plack,
> but as I said I'm all ears on Plack.

This is fine, the first case because it's a cache and so it's allowed to be on
instance per thread, that's the whole point of it. The second because it's
manipulating the cache setting. In general, I think it's only used by test
cases and possibly by scripts running standalone.

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


More information about the Koha-bugs mailing list