Linux Mac OSX Windows

  
[scriptable, uuid(31d1c294-1dd2-11b2-be3a-c79230dca297)]
interface nsICacheDeviceInfo : nsISupports

Attributes

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