Change flag hash value
The value of the hash returned by athHash
is used to determine if the value of a function surrounded by the AccumulatorCache
decorator can be cached and memoized.
This MR removes the id
function from the hash calculation inside AthConfigFlags
- the _calculateHash
function is sufficient. Removing id
leads to more functions being cached.