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 (int maxCacheAge) const |
QByteArray | serialize () const |
Public Attributes | |
quint32 | bytesCached |
QString | charset |
QString | etag |
qint64 | expireDate |
QFile * | file |
quint32 | fileUseCount |
enum CacheIOMode | ioMode |
qint64 | lastModifiedDate |
KIO::CacheControl | policy |
qint64 | 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 | ( | int | maxCacheAge | ) | const |
QByteArray HTTPProtocol::CacheTag::serialize | ( | ) | 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.