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
Methods露
- __init__(parent: QObject = None)
Constructs an abstract network cache with the given parent.
- cacheSize() → int
TODO
- clear()
TODO
- insert(QIODevice)
TODO
- metaData(QUrl) → QNetworkCacheMetaData
TODO
- prepare(QNetworkCacheMetaData) → QIODevice
TODO
- remove(QUrl) → bool
TODO
- updateMetaData(QNetworkCacheMetaData)
TODO