Replaced decorators around functions that use flags
The @memoize
and @lru_cache
decorators around functions
that use flags were replaced with @AccumulatorCache
. This
new decorator is intended to be used with
functions that take AthConfigFlags
objects as arguments
and is described in:
Some additional improvements were added to AccumulatorCache
.
Edited by Kacper Wojciech Topolnicki