11 Apr
2018
11 Apr
'18
3:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769 --- Comment #74 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #73)
Hmm. Must say that I have been thinking about using Koha::Cache for it, but it would not be a real benefit in time. Problem with Koha::Cache::Memory::Lite is the same as handling it in the module; the L1 cache and also the cached_indicators are kept per Plack worker for some time. So would still be buggy.
Nope, there is the following statement in psgi file: 47 Koha::Caches->flush_L1_caches(); 48 Koha::Cache::Memory::Lite->flush(); -- You are receiving this mail because: You are watching all bug changes.