[not part of the build] Updated some comments.

This commit is contained in:
darin%netscape.com 2001-03-12 06:23:52 +00:00
parent 27a4acaa13
commit 6a70220c37

View File

@ -33,9 +33,10 @@ interface nsICacheListener;
interface nsICacheSession : nsISupports
{
/**
* Expired entries will be doomed or evicted if this attribute is set to true.
* If false, expired entries will be returned (useful for offline-mode). This
* attribute defaults to true.
* Expired entries will be doomed or evicted if this attribute is set to
* true. If false, expired entries will be returned (useful for offline-
* mode and clients, such as HTTP, that can update the valid lifetime of
* cached content). This attribute defaults to true.
*/
attribute PRBool doomEntriesIfExpired;