[Koha-bugs] [Bug 16579] Use separate memcached namespace for caching koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 3 16:32:02 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16579

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53947|0                           |1
        is obsolete|                            |

--- Comment #34 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 53952
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53952&action=edit
Bug XXXXX_2: Add the ability to define several namespaces - Koha::Caches

We need to define take into account several namespaces for our cache
system. For instance sysprefs, koha conf (koha-conf.xml) and unit tests
should be defined in a separate namespace. This will permit to
- launch the tests without interfering with other cache values
- and flush the sysprefs cache without flushing all other values

To do so, we need to store different Koha::Cache objects at a package
level. That's why this patch adds a new Koha::Caches module.

FIXME: There is an architecture problem here: the L1 cache should be
defined in Koha::Cache

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


More information about the Koha-bugs mailing list