[Koha-bugs] [Bug 20582] Turn Koha into a Mojolicious application

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 30 11:14:40 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582

--- Comment #17 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 79648
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79648&action=edit
Bug 20582: Fix memory cache flush

Cache flush should be in around_action hook instead of before_dispatch
Otherwise it is flushed before every request (even static files
requests)
Also, make sure the Cache::Memory cache is really flushed (not only L1
cache)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list