https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17224 Bug ID: 17224 Summary: Switch to Koha::Cache completely in Context.pm ? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org 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. -- You are receiving this mail because: You are watching all bug changes.