Bug 16699: Fix mixed-up indentation from 2-4 spaces to 2 spaces
[koha.git] / Koha / Cache.pm
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-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...