Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Cache.pm
2020-02-07 Joonas KylmäläBug 13193: Make Memcached usage fork safe
2019-10-01 Martin RenvoizeBug 13193: (RM revert) Make Memcached usage fork safe
2019-10-01 Joonas KylmäläBug 13193: Make Memcached usage fork safe
2018-12-11 Jonathan DruartBug 21955: Remove Cache::Memory as fallback for L2...
2018-01-09 Jonathan DruartBug 17833: Make sure this warning will not be ignored
2018-01-09 Olli-Antti KivilahtiBug 17833: Add a warning if memcached init failed
2017-02-14 Marcel de RooyBug 17935: Adjust some POD lines, fix a few typos
2016-10-10 Jonathan DruartBug 16769: Uniformise calls to Koha::Cache->set_in_cache
2016-09-09 Marcel de RooyBug 16365: [QA Follow-up] Add some comment lines to...
2016-09-08 Kyle M HallBug 17189 [QA Followup] - Missing $ on $key var for...
2016-09-08 Tomas Cohen AraziBug 11921: (QA followup) Remove remaining unused var
2016-09-08 Jonathan DruartBug 11921: Update remaining occurrences of ->ismemcached
2016-09-08 Jonathan DruartBug 11921: Restore memcached infos to koha-conf - Koha...
2016-09-08 Jonathan DruartBug 11921: Restore memcached infos to koha-conf
2016-09-08 Jonathan DruartBug 17189: Use delete to flush a L1 cache namespace
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-08-02 Jonathan DruartBug 16715: Use Sereal::Decoder and Sereal::Encoder...
2016-07-22 Jesse WeaverBug 16715: Proposed followup to use Sereal for serializ...
2016-07-11 Jacek AblewiczBug 16166: Improve L1 cache performance and safety
2016-05-12 Marcel de RooyBug 16412: Cache undef in L1 only
2016-05-02 Jonathan DruartRevert "Bug 16104: Remove warnings "used only once...
2016-04-29 Jonathan DruartBug 16221: follow-up for changes made by bug 16229
2016-04-29 Jacek AblewiczBug 16221: Use Storable::dclone() instead of Clone...
2016-04-29 Jonathan DruartBug 16105: Do not initialize the memory cache if not...
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-EsakovBug 9434: Introduce new tied cache system
2012-09-12 Paul PoulainRevert "Bug 8089: Use Koha::Cache for all caching"
2012-09-07 Jared Camins-EsakovBug 8089: Use Koha::Cache for all caching
2012-06-11 Jared Camins-EsakovBug 8092: Cheer up Jenkins on loading Cache modules
2012-06-09 Jared Camins-EsakovBug 8092: Convert Koha::Cache to use CHI
2012-05-15 Paul PoulainBug 7248 follow-up (alternative)
2012-05-15 Chris HallBug 7248 Added caching support and and moved Caching...