QAbstractNetworkCache

PyQt5.QtNetwork.QAbstractNetworkCache

Inherits from QObject.

Inherited by QNetworkDiskCache.

Description

The QAbstractNetworkCache class provides the interface for cache implementations.

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.

Methods

__init__(parent: QObject = None)

Constructs an abstract network cache with the given parent.


cacheSize() → int

TODO


clear()

TODO


data(QUrl) → QIODevice

TODO


insert(QIODevice)

TODO


metaData(QUrl) → QNetworkCacheMetaData

TODO


prepare(QNetworkCacheMetaData) → QIODevice

TODO


remove(QUrl) → bool

TODO


updateMetaData(QNetworkCacheMetaData)

TODO