QAbstractNetworkCache
#include <QtNetwork/QAbstractNetworkCache>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QAbstractNetworkCache
Overview
Inheritance
QAbstractNetworkCache | |||
QNetworkDiskCache |
Public Functions Index
virtual | ~QAbstractNetworkCache () |
qint64 | cacheSize () const =0 |
QIODevice * | data (const QUrl &url)=0 |
void | insert (QIODevice *device)=0 |
QNetworkCacheMetaData | metaData (const QUrl &url)=0 |
QIODevice * | prepare (const QNetworkCacheMetaData &metaData)=0 |
bool | remove (const QUrl &url)=0 |
void | updateMetaData (const QNetworkCacheMetaData &metaData)=0 |
Protected Functions Index
QAbstractNetworkCache (QObject *parent=0) | |
QAbstractNetworkCache (QAbstractNetworkCachePrivate &dd, QObject *parent) |
Public Slots Index
void | clear ()=0 |
Public Functions
Protected Functions
Public Slots
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy