Hi All, I am using google gears to cache data on the client. I have a component which talks to the server , fetches data and stores in the table on the client.
The situation is, User makes first request for the data, the component makes a server call to fetch data and then store it in table on client. In between this, if the user makes another request, I get an error that 'database Schema changed. No such table'. If I wait for some time say 15 secs before making the second request, everything works good and the component returns me data from the client cache. So my question is, does google gears store data in memory before flushing it out to the disk? Any advice is really appreciable
