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:

QNetworkDiskCache

This class was introduced in Qt 4.5.

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.