Hi All,
I would like to alter how aggregate containers are returned from the cache.
The essential issues is that the aggregate container that is returned from
the cache is the same container that is cached. Thus any changes to the
container will impact the cache until it expires and is reloaded.
Hi Christopher
Can you give a real example of your problem, what you are expected and the
patch ?
--
Cheers,
Gilles
Sure, I have attached a patch file that has the changes and a unit test that
shows my issue. I have included the test in line as well for discussion.
This test would fail in the current code base.
///
/// Tests handling of Aggregate results from cache.
///
/// The