https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31856
--- Comment #42 from David Gustafsson <[email protected]> --- I have now reworked this patch to make use of the objects caching in bug 36350 in more instances for the caching of authorised values, resulting in less code duplication and custom caching/cache expiration logic. The old caching used persistent caching through memcached while the objects cache is memory based. I reviewed the code and did not find any cases where persistent caching is really warranted. Persistent caches makes sense where for quite expensive operations, but as far as I can gather all the cached calls are database queries that should only be a problem if called repeatedly each request, which transient in memory caching is sufficient to handle. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
