KIOSlave
HTTPProtocol::CacheTag Struct Reference
#include <http.h>
Public Types | |
enum | CachePlan { UseCached = 0, ValidateCached, IgnoreCached } |
Public Member Functions | |
CacheTag () | |
bool | deserialize (const QByteArray &) |
CachePlan | plan (time_t maxCacheAge) const |
QByteArray | serialize () const |
Public Attributes | |
quint32 | bytesCached |
QString | charset |
QString | etag |
time_t | expireDate |
QFile * | file |
quint32 | fileUseCount |
enum CacheIOMode | ioMode |
time_t | lastModifiedDate |
KIO::CacheControl | policy |
time_t | servedDate |
bool | useCache |
Detailed Description
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
bool HTTPProtocol::CacheTag::deserialize | ( | const QByteArray & | d | ) |
HTTPProtocol::CacheTag::CachePlan HTTPProtocol::CacheTag::plan | ( | time_t | maxCacheAge | ) | const |
Member Data Documentation
enum CacheIOMode HTTPProtocol::CacheTag::ioMode |
KIO::CacheControl HTTPProtocol::CacheTag::policy |
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:40:23 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:40:23 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.