The nsICacheVisitor interface provides information about cache devices and entries.
nsICacheVisitor is defined in netwerk/cache/public/nsICacheVisitor.idl
. It is scriptable
and
unfrozen (hasn't changed since Mozilla 1.9)
.
Inherits from: nsISupports
boolean visitDevice(in string deviceID, in nsICacheDeviceInfo deviceInfo);
|
boolean visitEntry(in string deviceID, in nsICacheEntryInfo entryInfo);
|
This method is called to provide information about a cache device.
boolean visitDevice( in string deviceID, in nsICacheDeviceInfo deviceInfo );
Page last modified 03:10, 1 Dec 2007 by Arehman4