Fixes #946 - Caching of aggregators was supposed to be stored to report.summary['<name-of-aggregator>'] and not report.data.
We might want to consider dropping this behavior at this level altogether in favor of other facilities, but the feature was originally motivated by an interactive analysis that would keep reports in memory without needing to recalculate users would interact with the same log repetitively.
Fixes #946 - Caching of aggregators was supposed to be stored to
report.summary['<name-of-aggregator>']
and notreport.data
.We might want to consider dropping this behavior at this level altogether in favor of other facilities, but the feature was originally motivated by an interactive analysis that would keep reports in memory without needing to recalculate users would interact with the same log repetitively.