I have GWT application. Use loads page, then visits links (I use GWT's Hyperlink, so page is not reloaded). Amount of data that page contain is increased (I use AJAX requests to get data from server). I have some data that shouldn't necessarily exist always, I can load it from server again. Is there any way I can tell js engine that it can be garbage collected? Something similar to java.lang.ref.SoftReference?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
