nsISupports
Last changed in Gecko 1.7 boolean isStreamBased(); |
Attribute | Type | Description |
clientID | string | Get the client id associated with this cache entry. Read only. |
dataSize | unsigned long | Get the cache entry data size. Read only. |
deviceID | string | Get the id for the device that stores this cache entry. Read only. |
expirationTime | PRUint32 | Get the expiration time of the cache entry (in seconds since the Epoch). Read only. |
fetchCount | long | Get the number of times the cache entry has been opened. Read only. |
key | ACString | Get the key identifying the cache entry. Read only. |
lastFetched | PRUint32 | Get the last time the cache entry was opened (in seconds since the Epoch). Read only. |
lastModified | PRUint32 | Get the last time the cache entry was modified (in seconds since the Epoch). Read only. |
This method finds out whether or not the cache entry is stream based.
boolean isStreamBased();
None.
Returns true
if the cache entry is stream based, otherwise returns false
.