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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 30 15:46:32 CET 2019


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

--- Comment #40 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 84530
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84530&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)

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

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


More information about the Koha-bugs mailing list