Bug 16769: Uniformise calls to Koha::Cache->set_in_cache
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 18 Jun 2016 14:01:51 +0000 (15:01 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 10 Oct 2016 17:03:54 +0000 (17:03 +0000)
commit7aacc32db8e760f25965f29206ce14f8488c57bd
treea1dc58f18c4111404786b2cc251b75f5a5f91ace
parent649956b216aa21fee70a75d2f9f9f0ac213415d0
Bug 16769: Uniformise calls to Koha::Cache->set_in_cache

From the POD of Koha::Cache->set_in_cache:
 # This is a bit of a hack to support the old API in case things still use it

Let's remove this hack and update old calls.

Test plan:
Look at the results of
  git grep set_in_cache
and confirm that there are no more version of the old call (without
hashref as third param)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/Cache.pm
Koha/Calendar.pm
Koha/MetaSearcher.pm
t/Cache.t