nsICacheVisitor
Methods
visitDevice(deviceID, deviceInfo)
Called to provide information about a cache device.
Parameters
| deviceID |
- specifies the device being visited.
|
| deviceInfo |
- specifies information about this device.
|
Returns
| false to advance to the next device.
|
visitEntry(deviceID, entryInfo)
Called to provide information about a cache entry.
Parameters
| deviceID |
- specifies the device being visited.
|
| entryInfo |
- specifies information about this entry.
|
Returns
| false to advance to the next device.
|