Skip to content

AccumulatorCache: fix cache statistics if exception is thrown

Frank Winklmeier requested to merge fwinkl/athena:acccache_exc into master

Ensure that cache statistics collection also works in case the decorated function throws an exception and add unit test for this.

Thanks to @smh for the report.

Merge request reports