Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qabstractnetworkcache.h File Reference

(78b0d507ce8728c6287196f78b7c428d9bbdcda3)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qpair.h>
#include <QtNetwork/qnetworkrequest.h>
+ 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

class  QNetworkCacheMetaData
 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