This might work. Since the cache is per-application, can i use this to clear the cache in a context different from the one I'm using XWalkView? Can't use as a static method, so maybe i should create a new empty XWalkView just to clear the cache?
What's the difference in clearing disk files for cache or not? Thanks 2015-05-22 2:25 GMT-03:00 Xu, Xing <[email protected]>: > Hi, Is this what you want? > > /** > > * Clear the resource cache. Note that the cache is per-application, > so this > > * will clear the cache for all XWalkViews used. > > * @param includeDiskFiles indicate whether to clear disk files for > cache. > > */ > > XWalkView.clearCache(boolean includeDiskFiles) { > > > > > > *From:* Crosswalk-dev [mailto: > [email protected]] *On Behalf Of *Luis > Tiago Eterovick > *Sent:* Friday, May 22, 2015 11:30 AM > *To:* <[email protected]> > *Subject:* [Crosswalk-dev] How to clear authentications > > > > How can i clear authentications made in web tools inside the xwalk webview? > > Maybe history too.. > > > > Thanks >
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
