Denis, good catch! I would also prefer to split Orgs and Employees into different caches, as putting them into the same cache is rather an anti-pattern.
On Tue, Aug 9, 2016 at 6:28 PM, Denis Magda <[email protected]> wrote: > Pavel, > > I found out today that our .Net’s QueryExample mixes data for both > Employee and Organization entities in a single cache. Is there any > significant reasons for that? > > Basically I would prefer demonstrating how data can be logically divided > among different caches and that cross-cache queries works out of the box. > You can refer to the same example implemented for Java and C++ for more > details. > > Are you ok with suggested improvement of the example? Do you want me to > open a JIRA ticket? > > — > Denis > >
