use Memoize to cache results of GetAuthorisedValues
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 17 Jun 2009 21:27:34 +0000 (16:27 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 19 Jun 2009 10:56:29 +0000 (05:56 -0500)
commit5dd3a9c157ef091729dbea78db9ace8c21b63338
treebd0047fa38c0077b083119c4af745eed82aa8a49
parent3abfab4ad1e44354bf3c901795a01c56111e028e
use Memoize to cache results of GetAuthorisedValues

Thanks to Frédéric Demians for the original impetus
to improve this function and for doing profiling.

Note that Memoize is a core module since at least 5.8.0.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Koha.pm