mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
[not part of the build] Updated some comments.
This commit is contained in:
parent
27a4acaa13
commit
6a70220c37
7
netwerk/cache/public/nsICacheSession.idl
vendored
7
netwerk/cache/public/nsICacheSession.idl
vendored
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user