Rank: Newbie Groups: Member
Joined: 10/20/2016 Posts: 2
|
Hi,
I am facing an issue where I have created an optimizer to cache the static contents (JavaScript/CSS files) at user's machine just by browsing web UIs using EO browser (embeded in a Winform) so that next time once user opens those UIs, EO may refer them from cache itself rather re-downloading from server.
But i noticed that despite being cached the static contents, browser keep downloading them rather referring from cache.
Can you kindly guide how we may instruct web browser to refer cache rather downloading them in every request.
Regards, Abhijit
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Please try to set this property to a fixed value and see if it works: https://www.essentialobjects.com/doc/eo.webbrowser.runtime.cachepath.aspxThanks
|