[scriptable, uuid(fab51c92-95c3-4468-b317-7de4d7588254)]
interface nsICacheEntryInfo : nsISupports

Attributes

 Get the client id associated with this cache entry.
readonly attribute string clientID
 Get the cache entry data size.
readonly attribute unsigned long dataSize
 Get the id for the device that stores this cache entry.
readonly attribute string deviceID
 Get the expiration time of the cache entry (in seconds since the Epoch).
readonly attribute PRUint32 expirationTime
 Get the number of times the cache entry has been opened.
readonly attribute long fetchCount
 Get the key identifying the cache entry.
readonly attribute ACString key
 Get the last time the cache entry was opened (in seconds since the Epoch).
readonly attribute PRUint32 lastFetched
 Get the last time the cache entry was modified (in seconds since the Epoch).
readonly attribute PRUint32 lastModified

Methods

 Find out whether or not the cache entry is stream based.
boolean isStreamBased()