Bug 17224

Summary: Switch to Koha::Cache completely in Context.pm ?
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: abl, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17223
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16579
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Marcel de Rooy 2016-08-30 13:55:53 UTC
Context.pm creates a cache with Cache::Memcached while Koha::Cache uses Cache::Memcached::Fast. (And Context even uses a cache from Koha::Cache too!)

While adding Cache::Memcached to PerlDependencies on the see also report, we should probably fix Context somehow to use Koha::Cache completely.
Note that Fast does not support the parameters debug and expire_time as used in Context now.
Comment 1 Jonathan Druart 2016-08-30 15:36:35 UTC
It's on my todo list, but I'd like to see bug 16579 pushed first.
Comment 2 Jonathan Druart 2016-09-14 10:34:31 UTC
This has been done by Bug 11921: Restore memcached infos to koha-conf

*** This bug has been marked as a duplicate of bug 11921 ***