On Friday, May 30, 2014 10:13:24 AM UTC+2, Stefan Tsalapatis wrote:
> Hi,
> I am new in cefSharp. thanks for your good work.
> How to check for newer versions of pages in cache ?
> I don't want to clear the cache, only to check for newer versions
I don't think the upstream CEF project has API for looking into the cache. At least a quick look for `cache` at
http://magpcss.org/ceforum/apidocs3/index-all.html didn't give me any aha's :-)
Not sure I fully understand what you are after. But I guess you could build your own cache by intercepting requests/responses?
> Also is somewhere a reference for the properties and methods of WebView ?
The CefSharp 3 / master branch has recently received quite a bit if xmldoc love. So looking at the interface .cs files is current best source. We plan to publish that as part of next NuGet release for both intellisense and web based docs at
http://NuDoq.org
If you spot anything missing most of the API reflects the CEF API linked to above (with a few adjustments for a more .net like experience). CEF has quite good documentation. Contributions in this area are always welcome!
Also note that we will very soon merge a rename of WebView to ChromiumWebBrowser.
--
Best regards,
JornH
> thank you
> Stefan