Browser Cache API for non IE browsers

Posted by MaxK on Stack Overflow See other posts from Stack Overflow or by MaxK
Published on 2009-06-10T19:38:08Z Indexed on 2010/06/03 0:34 UTC
Read the original article Hit count: 423

Filed under:
|
|
|
|

IE has WinInet API, such as GetUrlCacheEntryInfo, to read and manipulate IE browser cache.

Is there a similar API for non IE browsers such as Firefox or Chrome? If so where can I get more info?

Thanks

Update:

According to following (http://stackoverflow.com/questions/61453/accessing-firefox-cache-from-an-xpcom-component) the WinInet function GetUrlCacheEntryInfo() can be accomplished by nsICacheSession.openCacheEntry() to get nsICacheEntryDescriptor. Is there an equivalent WinInet function CreateUrlCacheEntry() which will create a cache entry?

© Stack Overflow or respective owner

Related posts about firefox

Related posts about cache