summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
-rw-r--r--src/network/access/qnetworkrequest.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index 338969a909..a9a1e49572 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -247,10 +247,13 @@ QT_BEGIN_NAMESPACE
\value AlwaysNetwork always load from network and do not
check if the cache has a valid entry (similar to the
- "Reload" feature in browsers)
+ "Reload" feature in browsers); in addition, force intermediate
+ caches to re-validate.
\value PreferNetwork default value; load from the network
- if the cached entry is older than the network entry
+ if the cached entry is older than the network entry. This will never
+ return stale data from the cache, but revalidate resources that
+ have become stale.
\value PreferCache load from cache if available,
otherwise load from network. Note that this can return possibly