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