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

--- Comment #17 from Julian Maurice <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to