RoyZeng / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Not able to set Cache in Odata4j #283

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi ,
I am developing SApui5 application in which I an using Odata4j service.
I am able to fetch the data properly from DB.

MY issue is:

when I am making some changes in data from front end the changes are not 
getting reflected.
It seems to be cache issue. As changes are written back to DB
 and if I start again or clear cache or do refresh than changes are getting reflected. 

I tried to set the header for it but no solution.

I want that when I am making changes from frontend it should get reflected at 
same time once I have done the changes.

So can you pls help with the solution.

Thanks

Original issue reported on code.google.com by mohit1...@gmail.com on 22 Nov 2014 at 2:12