Skip to content

AccumulatorCache: support DataHandle arguments

Frank Winklmeier requested to merge fwinkl/athena:acc_cache_datahandle into main

Support DataHandle arguments in functions decorated with AccumulatorCache (very common in the trigger).

Also change the "unhashable" and "cache limit" DEBUG messages to WARNING to alert the user that the caching is not working.

Relates to ATR-26996.

Edited by Frank Winklmeier

Merge request reports