Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qabstractnetworkcache.h File Reference

(f0fcd396c57107a8fb4bca12a014107b6b09f5d0)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qshareddata.h>
#include <QtNetwork/qnetworkrequest.h>
#include <utility>
Include dependency graph for qabstractnetworkcache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

 The QNetworkCacheMetaData class provides cache information. More...
class  QAbstractNetworkCache
 The QAbstractNetworkCache class provides the interface for cache implementations. More...

Function Documentation

◆ operator<<()

Q_NETWORK_EXPORT QDataStream & operator<< ( QDataStream & ,
const QNetworkCacheMetaData &  )
related

◆ operator>>()

Q_NETWORK_EXPORT QDataStream & operator>> ( QDataStream & ,
QNetworkCacheMetaData &  )
related