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.
nsICacheDeviceInfo
| IID: | 31d1c294-1dd2-11b2-be3a-c79230dca297 |
| Inherits From: | nsISupports |
Properties
readonly char* description
Get a human readable description of the cache device.
readonly PRUint32 entryCount
Get the number of stored cache entries.
readonly PRUint32 maximumSize
Get the upper limit of the size of the data the cache can store.
readonly PRUint32 totalSize
Get the total size of the stored cache entries.
readonly char* usageReport
Get a usage report, statistics, miscellaneous data about the cache device.
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
