vote up 0 vote down star

Does anybody know how to get local path of file cached by Firefox based on its URL from an XPCOM component?

flag

1 Answer

vote up 2 vote down

To access cached items, new cache session must be created using createSession method provided in nsICacheService. This method creates nsICacheSession object. Information about cache item can be obtained using openCacheEntry method of the session object (method return nsICacheEntryDescriptor). To read data user must open input stream using openInputStream method of the cache entry object.

link|flag
Do you happen to know if it is possible to create a cache entry. Another words, is there a method like createCacheEntry()? I have a file on disk which I would like to add to Firefox cache Thanks. – MaxK Nov 29 at 20:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.