https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562
--- Comment #54 from Jonathan Druart <[email protected]> --- (In reply to Srdjan Jankovic from comment #49) > I'll put it back, but just out of curiosity, there was a params hash to > instantiate Koha::Cache already, why did we push subnamespaces into a > separate one? We have 3 different "namespaces": "syspref" (for sysprefs), "config" (for things from koha-conf.xml) and the default "" one (for everything else). That way we will be able to flush easily the sysprefs or the config and to use another namespace for tests for instance. -- 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/
