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/
