doc: Remove wrong statement about cache filenames.
The cache actually generates paths like "http/data8/f/lr9un1so.d". Change-Id: Ie564494a241c3d1c87b2f0f17b42bd0349948640 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>bb10
parent
ca3933f90d
commit
2223d4a368
|
|
@ -67,8 +67,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
QNetworkDiskCache stores each url in its own file inside of the
|
||||
cacheDirectory using QDataStream. Files with a text MimeType
|
||||
are compressed using qCompress. Each cache file starts with "cache_"
|
||||
and ends in ".cache". Data is written to disk only in insert()
|
||||
are compressed using qCompress. Data is written to disk only in insert()
|
||||
and updateMetaData().
|
||||
|
||||
Currently you cannot share the same cache files with more than
|
||||
|
|
|
|||
Loading…
Reference in New Issue