Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QNetworkCacheMetaData Class Reference

The QNetworkCacheMetaData class provides cache information. More...

 #include <QNetworkCacheMetaData>

This class was introduced in Qt 4.5.

Public Types

typedef AttributesMap
typedef RawHeader
typedef RawHeaderList

Public Functions

QNetworkCacheMetaData ()
QNetworkCacheMetaData ( const QNetworkCacheMetaData & other )
~QNetworkCacheMetaData ()
AttributesMap attributes () const
QDateTime expirationDate () const
bool isValid () const
QDateTime lastModified () const
RawHeaderList rawHeaders () const
bool saveToDisk () const
void setAttributes ( const AttributesMap & attributes )
void setExpirationDate ( const QDateTime & dateTime )
void setLastModified ( const QDateTime & dateTime )
void setRawHeaders ( const RawHeaderList & list )
void setSaveToDisk ( bool allow )
void setUrl ( const QUrl & url )
QUrl url () const
bool operator!= ( const QNetworkCacheMetaData & other ) const
QNetworkCacheMetaData & operator= ( const QNetworkCacheMetaData & other )
bool operator== ( const QNetworkCacheMetaData & other ) const

Related Non-Members

QDataStream & operator<< ( QDataStream & out, const QNetworkCacheMetaData & metaData )
QDataStream & operator>> ( QDataStream & in, QNetworkCacheMetaData & metaData )

Detailed Description

The QNetworkCacheMetaData class provides cache information.

QNetworkCacheMetaData provides information about a cache file including the url, when it was last modified, when the cache file was created, headers for file and if the file should be saved onto a disk.

See also QAbstractNetworkCache.

Member Type Documentation

typedef QNetworkCacheMetaData::AttributesMap

Synonym for QHash<QNetworkRequest::Attribute, QVariant>

typedef QNetworkCacheMetaData::RawHeader

Synonym for QPair<QByteArray, QByteArray>

typedef QNetworkCacheMetaData::RawHeaderList

Synonym for QList<RawHeader>

Member Function Documentation

QNetworkCacheMetaData::QNetworkCacheMetaData ()

Constructs an invalid network cache meta data.

See also isValid().

QNetworkCacheMetaData::QNetworkCacheMetaData ( const QNetworkCacheMetaData & other )

Constructs a copy of the other QNetworkCacheMetaData.

QNetworkCacheMetaData::~QNetworkCacheMetaData ()

Destroys the network cache meta data.

AttributesMap QNetworkCacheMetaData::attributes () const

Returns all the attributes stored with this cache item.

This function was introduced in Qt 4.6.

See also setAttributes() and QNetworkRequest::Attribute.

QDateTime QNetworkCacheMetaData::expirationDate () const

Returns the date and time when the meta data expires.

See also setExpirationDate().

bool QNetworkCacheMetaData::isValid () const

Returns true if this network cache meta data has attributes that have been set otherwise false.

QDateTime QNetworkCacheMetaData::lastModified () const

Returns the date and time when the meta data was last modified.

See also setLastModified().

RawHeaderList QNetworkCacheMetaData::rawHeaders () const

Returns a list of all raw headers that are set in this meta data. The list is in the same order that the headers were set.

See also setRawHeaders().

bool QNetworkCacheMetaData::saveToDisk () const

Returns is this cache should be allowed to be stored on disk.

Some cache implementations can keep these cache items in memory for performance reasons, but for security reasons they should not be written to disk.

Specifically with http, documents marked with Pragma: no-cache, or have a Cache-control set to no-store or no-cache or any https document that doesn't have "Cache-control: public" set will set the saveToDisk to false.

See also setSaveToDisk().

void QNetworkCacheMetaData::setAttributes ( const AttributesMap & attributes )

Sets all attributes of this cache item to be the map attributes.

This function was introduced in Qt 4.6.

See also attributes() and QNetworkRequest::setAttribute().

void QNetworkCacheMetaData::setExpirationDate ( const QDateTime & dateTime )

Sets the date and time when the meta data expires to dateTime.

See also expirationDate().

void QNetworkCacheMetaData::setLastModified ( const QDateTime & dateTime )

Sets the date and time when the meta data was last modified to dateTime.

See also lastModified().

void QNetworkCacheMetaData::setRawHeaders ( const RawHeaderList & list )

Sets the raw headers to list.

See also rawHeaders().

void QNetworkCacheMetaData::setSaveToDisk ( bool allow )

Sets whether this network cache meta data and associated content should be allowed to be stored on disk to allow.

See also saveToDisk().

void QNetworkCacheMetaData::setUrl ( const QUrl & url )

Sets the URL this network cache meta data to to be url.

The password and fragment are removed from the url.

See also url().

QUrl QNetworkCacheMetaData::url () const

Returns the URL this network cache meta data is referring to.

See also setUrl().

bool QNetworkCacheMetaData::operator!= ( const QNetworkCacheMetaData & other ) const

Returns true if this meta data is not equal to the other meta data; otherwise returns false.

See also operator==().

QNetworkCacheMetaData & QNetworkCacheMetaData::operator= ( const QNetworkCacheMetaData & other )

Makes a copy of the other QNetworkCacheMetaData and returns a reference to the copy.

bool QNetworkCacheMetaData::operator== ( const QNetworkCacheMetaData & other ) const

Returns true if this meta data is equal to the other meta data; otherwise returns false.

See also operator!=().

Related Non-Members

QDataStream & operator<< ( QDataStream & out, const QNetworkCacheMetaData & metaData )

Writes metaData to the out stream.

This function was introduced in Qt 4.5.

See also Serializing Qt Data Types.

QDataStream & operator>> ( QDataStream & in, QNetworkCacheMetaData & metaData )

Reads a QNetworkCacheMetaData from the stream in into metaData.

This function was introduced in Qt 4.5.

See also Serializing Qt Data Types.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.7
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web