QNetworkCacheMetaData Class
The QNetworkCacheMetaData class provides cache information. More...
| Header: | #include <QNetworkCacheMetaData> |
| qmake: | QT += network |
| Since: | Qt 4.5 |
This class was introduced in Qt 4.5.
Public Types
| typedef | AttributesMap |
| typedef | RawHeader |
| typedef | RawHeaderList |
Detailed Description
QNetworkCacheMetaData provides information about a cache file including the url, when it was last modified, when the cache file was created, headers for file and if the file should be saved onto a disk.
See also QAbstractNetworkCache.
Member Type Documentation
typedef QNetworkCacheMetaData::AttributesMap
Synonym for QHash<QNetworkRequest::Attribute, QVariant>
typedef QNetworkCacheMetaData::RawHeader
Synonym for QPair<QByteArray, QByteArray>