Hi Vinay, It is not recommend only from generics stand point. Imagine simply using a HashMap in which you store values of different types. You would not be able to preserve the type safety with generics in that case.
Other than that, there is no limitation in Ignite internally. Feel free to store multiple types in the same cache if your use case calls for it. D. On Thu, Jan 28, 2016 at 11:23 AM, vinshar <[email protected]> wrote: > Hi Sergi, > > This is not recommended because of performance and best practices point of > view or will this break something at implementation level like some > particular queries wont work etc. > > Another reason just struck my mind. Multiple QueryEntities may also be > helpful in case like dynamic cache configurations where same configuration > will be used to create multiple caches where each cache may store same type > keys and same type values. > > Regards, > Vinay > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Why-multiple-QueryEntities-in-a-CacheConfiguration-tp2761p2763.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
