[Koha-bugs] [Bug 30920] Add caching to C4::Biblio::GetAuthorisedValueDesc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 8 09:18:03 CEST 2022


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

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Quick remark about the naming. I would suggest to use ':' to separate concept
in the cache_key, and from more generic to more specific.

$lang . 'ItemTypeDescriptions' => "itemtypes:description:$lang"

"AVDescriptions-" . $category => AV_descriptions:category (we already have
AV_descriptions somewhere else)

LibraryNames => libraries:name

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


More information about the Koha-bugs mailing list