[Bug 15562] Make Koha more suitable for shared hosting with plack
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #33 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 50716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50716&action=edit [SIGNED-OFF] bug_15562: Removed Koha::Cache->get_instance() There should be no cache singleton, full stop. If Koha is to move away from .pl scripts that is. As an interim measure Koha::Cache->get_instance() is replaced with C4::Context->cache, in the vein of C4::Context->memcached. In that respect it will continue to work in the singleton-ish way if context is used as a singleton, but supports cache-per-context. Koha::Handler::Plack->app_per_host() cache sysprefs using Context memcached. https://bugs.koha-community.org/show_bug.cgi?id=15562 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org