Skip to content

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:

!43559 (merged)

Some additional improvements were added to AccumulatorCache.

@tbold @rbielski ATR-23200

Edited by Kacper Wojciech Topolnicki

Merge request reports