WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsICacheVisitor
| IID: | f8c08c4b-d778-49d1-a59b-866fdc500d95 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
PRBool visitDevice ( char* deviceID , nsICacheDeviceInfo deviceInfo )
PRBool visitEntry ( char* deviceID , nsICacheEntryInfo entryInfo )
PRBool visitDevice ( char* deviceID , nsICacheDeviceInfo deviceInfo )
Called to provide information about a cache device.
- Arguments:
- deviceID: - specifies the device being visited.
- deviceInfo: - specifies information about this device.
- Returns:
- false to advance to the next device.
PRBool visitEntry ( char* deviceID , nsICacheEntryInfo entryInfo )
Called to provide information about a cache entry.
- Arguments:
- deviceID: - specifies the device being visited.
- entryInfo: - specifies information about this entry.
- Returns:
- false to advance to the next device.
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
