WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsICacheEntryInfo

IID:fab51c92-95c3-4468-b317-7de4d7588254
Inherits From:nsISupports

Properties

readonly char* clientID

Get the client id associated with this cache entry.

readonly PRUint32 dataSize

Get the cache entry data size.

readonly char* deviceID

Get the id for the device that stores this cache entry.

readonly PRUint32 expirationTime

Get the expiration time of the cache entry (in seconds since the Epoch).

readonly PRInt32 fetchCount

Get the number of times the cache entry has been opened.

readonly ACString key

Get the key identifying the cache entry.

readonly PRUint32 lastFetched

Get the last time the cache entry was opened (in seconds since the Epoch).

readonly PRUint32 lastModified

Get the last time the cache entry was modified (in seconds since the Epoch).


Methods

PRBool isStreamBased ( )

PRBool isStreamBased ( )

Find out whether or not the cache entry is stream based.


References

This interface is passed as an argument to the following methods:

nsICacheVisitor.visitEntry

Reference documentation is generated from Mozilla's source.