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 ( )
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
