QAbstractNetworkCache Class
The QAbstractNetworkCache class provides the interface for cache implementations. More...
Header: | #include <QAbstractNetworkCache> |
qmake: | QT += network |
Since: | Qt 4.5 |
Inherits: | QObject |
Inherited By: |
This class was introduced in Qt 4.5.
Public Functions
virtual | ~QAbstractNetworkCache() |
- 16 public functions inherited from QObject
Protected Functions
QAbstractNetworkCache(QObject *parent = nullptr) |
- 8 protected functions inherited from QObject
Related Non-Members
typedef | QObjectList |
Macros
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
Q_CLASSINFO(Name, Value) | |
Q_DISABLE_COPY(Class) | |
Q_DISABLE_COPY_MOVE(Class) | |
Q_DISABLE_MOVE(Class) | |
Q_EMIT | |
Q_ENUM(...) | |
Q_ENUM_NS(...) | |
Q_FLAG(...) | |
Q_FLAG_NS(...) | |
Q_GADGET | |
Q_INTERFACES(...) | |
Q_INVOKABLE | |
Q_NAMESPACE | |
Q_OBJECT | |
Q_PROPERTY(...) | |
Q_REVISION | |
Q_SET_OBJECT_NAME(Object) | |
Q_SIGNAL | |
Q_SIGNALS | |
Q_SLOT | |
Q_SLOTS |
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from QObject
- 5 static public members inherited from QObject
Detailed Description
QAbstractNetworkCache is the base class for every standard cache that is used by QNetworkAccessManager. QAbstractNetworkCache is an abstract class and cannot be instantiated.
See also QNetworkDiskCache.
Member Function Documentation
[protected]
QAbstractNetworkCache::QAbstractNetworkCache(QObject *parent = nullptr)
Constructs an abstract network cache with the given parent.
[virtual]
QAbstractNetworkCache::~QAbstractNetworkCache()
Destroys the cache.
Any operations that have not been inserted are discarded.
See also insert().