Bug 12478: reinstate zebra compatibility for auth search
[koha.git] / Koha / Cache.pm
2016-04-20 Jonathan DruartBug 16104: Remove warnings "used only once: possible...
2016-04-20 Tomas Cohen AraziBug 16229: (QA) POD fixes
2016-04-20 Jonathan DruartBug 16229: Add the unsafe flag to set_in_cache
2016-04-20 Jonathan DruartBug 16229: Deep copy on setting in cache
2016-04-20 Jonathan DruartBug 16229: Deep copy on first L2 fetch
2016-03-29 Jonathan Druart Bug 16044: Populate the L1 cache when L2 is fetched
2016-03-24 Jonathan Druart Bug 16044: Add an unsafe flag to Koha::Cache->get_from...
2016-03-24 Jonathan Druart Bug 16044: Add deep cloning
2016-03-24 Jonathan Druart Bug 16044: Use the L1 cache for any objects set in...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-02-11 Jacek AblewiczBug 13431 [QA Follow-up]: Shared FastMmap file causes...
2015-02-11 Jacek AblewiczBug 13431 - Shared FastMmap file causes issues
2014-06-19 Jonathan DruartBug 12041: UT - Get rid of warnings
2014-06-19 Robin SheatBug 12041 - POD fixing followup
2014-06-19 Robin SheatBug 12041 - improve Koha::Cache
2013-03-20 Jared Camins-EsakovMerge branch 'bug_9434' into 3.12-master
2013-03-20 Jared Camins-EsakovBug 9434: Introduce new tied cache system
2012-09-12 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8089'
2012-09-12 Paul PoulainRevert "Bug 8089: Use Koha::Cache for all caching"
2012-09-07 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8408'
2012-09-07 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8204'
2012-09-07 Jared Camins-EsakovBug 8089: Use Koha::Cache for all caching
2012-09-05 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7613'
2012-09-03 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7805'
2012-07-25 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7889'
2012-07-24 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8062'
2012-07-17 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7729'
2012-07-06 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7818'
2012-06-25 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7143'
2012-06-20 Paul PoulainMerge remote-tracking branch 'origin/new/bug_6634'
2012-06-14 Paul PoulainMerge remote-tracking branch 'origin/new/bug_5337'
2012-06-11 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8092'
2012-06-11 Jared Camins-EsakovBug 8092: Cheer up Jenkins on loading Cache modules
2012-06-10 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7747'
2012-06-10 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7936'
2012-06-09 Jared Camins-EsakovBug 8092: Convert Koha::Cache to use CHI
2012-05-28 Paul PoulainMerge remote-tracking branch 'origin/new/bug_6858'
2012-05-24 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7178'
2012-05-15 Paul PoulainBug 7248 follow-up (alternative)
2012-05-15 Chris HallBug 7248 Added caching support and and moved Caching...