mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
note that QNetworkDiskCache is not thread-safe either
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c5371a1db5
commit
21d7150307
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ qint64 QNetworkDiskCachePrivate::cacheSize() const
|
|||
\snippet doc/src/snippets/code/src_network_access_qnetworkdiskcache.cpp 2
|
||||
|
||||
\warning No attempt is made to lock the cache files, if two applications
|
||||
attempt to cache the same URL with the same cache directory the result is
|
||||
undefined.
|
||||
or even threads attempt to cache the same URL with the same cache
|
||||
directory at the same time the result is undefined.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue