Hi there,
I tried to use REST API to put object into an cache, but failed. I notice that 
there was a discussion between 
vkulichenko<http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=5>
 and Tony .
(See Link: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-put-a-POJO-bean-value-to-cache-by-rest-api-td3639.html#a3651
)
I still have some questions regards to this problem:

1.       Does Rest API only support String as key and value? When I try to use 
Integer as key, and gives null result.

2.       Assume I have a key object and value object, If I want to store this 
object in server side cache, Do I have to store them as json format string, and 
parse it on client side? In this case, How can I set read/write through to 
enable database interaction?


Best regards,
Kevin

Reply via email to