The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Network::QNetworkCacheMetaData

PUBLIC METHODS

QNetworkCacheMetaData()
QNetworkCacheMetaData(const QNetworkCacheMetaData & other)
~QNetworkCacheMetaData()
QHash<QNetworkRequest::Attribute,QVariant> attributes()
QDateTime expirationDate()
bool isValid()
QDateTime lastModified()
bool operator!=(const QNetworkCacheMetaData & other)
QNetworkCacheMetaData & operator=(const QNetworkCacheMetaData & other)
bool operator==(const QNetworkCacheMetaData & other)
QList<QPair<QByteArray,QByteArray> > rawHeaders()
bool saveToDisk()
void setAttributes(const QHash<QNetworkRequest::Attribute,QVariant> & attributes)
void setExpirationDate(const QDateTime & dateTime)
void setLastModified(const QDateTime & dateTime)
void setRawHeaders(const QList<QPair<QByteArray,QByteArray> > & headers)
void setSaveToDisk(bool allow)
void setUrl(const QUrl & url)
QUrl url()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html