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

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