nsISupports
Last changed in Gecko 1.7 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 );
deviceID
deviceInfo
Returns true
to start visiting all entries for this device, otherwise returns false
to advance to the next device.
This method is called to provide information about a cache entry.
boolean visitEntry( in string deviceID, in nsICacheEntryInfo entryInfo );
deviceID
entryInfo
Returns true
to visit the next entry on the current device, or if the end of the device has been reached, advance to the next device, otherwise returns false
to advance to the next device.