Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsICacheDeviceInfo

This interface provides information about a cache device.
Inherits from: nsISupports Last changed in Gecko 1.7

Attributes

Attribute Type Description
description string Get a human readable description of the cache device. Read only.
entryCount unsigned long Get the number of stored cache entries. Read only.
maximumSize unsigned long Get the upper limit of the size of the data the cache can store. Read only.
totalSize unsigned long Get the total size of the stored cache entries. Read only.
usageReport string Get a usage report, statistics, miscellaneous data about the cache device. Read only.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Arehman4
 Last updated by: Sheppy,