htmlize-memoize

htmlize-memoize is a Lisp macro in `htmlize.el'.

(htmlize-memoize KEY GENERATOR)

Return the value of GENERATOR, memoized as KEY.
That means that GENERATOR will be evaluated and returned the first time
it's called with the same value of KEY. All other times, the cached
(memoized) value will be returned.