I have to implement cache in generic way. Documentation says that "It enables you to construct new objects based on a type name without having class definitions at all, hence allowing dynamic type creation." But when i look at the github examples here <https://github.com/ntikhonov/examples/blob/master/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java>
Where is it that part? They have followed "type-per-cache pattern". (Cache for organization object, another cache for person object ....) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
