Hi,
I wanted to cache a EntityCollection with null predicate and use cached collection from everywhere of program. After this, if any code needs this collection with filter predicate, I will run given predicate in CachedCollection.CreateView or CachedCollection.FindMatches. When I get filtered entities, I will fill those entities on requested entitycollection.
I really need this but I cannot override the GetMulti method on EntityCollectionBase. I can't found any other methods to override that called in GetMulti process.
How can I do this?
Thanks for advice.