> Nikolay, btw, what's your thinking on the approach proposed by me? Makes sense.
> 26 мая 2020 г., в 14:07, Alexey Sasov <sasov.ale...@gmail.com> написал(а): > > Hello. Looks good. What whould be returned from the query like this "select > _key from cache" if we don't know the type of the key? ExpandoObject, Tuple, > BinaryObject? How would you change ICache interface which has this member? > > /// <summary>Queries cache.</summary> > /// Query. > /// <returns>Cursor.</returns> > IQueryCursor<ICacheEntry<TK, TV>> Query(QueryBase qry); > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/