imgICache interface
@author Stuart Parmenter pavlov@netscape.com
@version 0.1
@see imagelib2
Evict images from the cache.
chrome | If TRUE, evict only chrome images. If FALSE, evict everything except chrome images. |
Evict images from the cache.
uri | The URI to remove. @throws NS_ERROR_NOT_AVAILABLE if \a uri was unable to be removed from the cache. |
Find Properties
Used to get properties such as ‘type’ and ‘content-disposition’
‘type’ is a nsISupportsCString containing the images’ mime type such as ‘image/png’
‘content-disposition’ will be a nsISupportsCString containing the header
If you call this before any data has been loaded from a URI, it will succeed,
but come back empty.
Hopefully this will be removed with bug 805119
uri | The URI to look up. |
NULL if the URL was not found in the cache |
Make this cache instance respect private browsing notifications. This entails clearing
the chrome and content caches whenever the last-pb-context-exited notification is
observed.