Thanks — Your response provides good clarity. I have not been able to get around with offline cache issue that I have been facing for quite some time...The issue is something like this -
There is a Menu page ( lets say menu.html) from which I have links to two of the C2 games ( simple click the URL to open the game).
Now lets say I come out of the first game back to Menu page and open the second game and play the second game and then go offline. Now in offline mode, if I again click on the first game, it would not open up from the cache...(I have implemented offline cache for both the games individually.)
Do you have any idea / solution to get around this? I was thinking if I Save and Load the game when clicked or going back to Menu page might help. But given your response, it doesn't store any assets...so probably Save/Load game might not work either...