[Koha-bugs] [Bug 16105] Cache::Memory is loaded even if memcache is used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 18 14:42:05 CET 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 49315
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49315&action=edit
Bug 16105: Do not initialize the memory cache if not needed

Cache::Memory is loaded and Koha::Cache::_initialize_memory is called
even if a memcached cache has been correctly initialize, it does not
make sense.
It should only be initialize if needed.

Test plan:
Correctly configure a memcache server and confirm that the memory cache
is not initialize.
Do not configure correctly a memcache server and confirm that the cache
system default on Cache::Memory

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


More information about the Koha-bugs mailing list