nsICacheDeviceInfo
From MDC
The nsICacheDeviceInfo interface provides information about a cache device.
Contents |
nsICacheDeviceInfo is defined in netwerk/cache/public/nsICacheVisitor.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.9).
Inherits from: nsISupports
[edit] Attributes
| Attribute | Type | Description |
description
| string
| Get a human readable description of the cache device. |
usageReport
| string
| Get a usage report, statistics, miscellaneous data about the cache device. |
entryCount
| unsigned long
| Get the number of stored cache entries. |
totalSize
| unsigned long
| Get the total size of the stored cache entries. |
maximumSize
| unsigned long
| Get the upper limit of the size of the data the cache can store. |