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
§ CachePlan
Constructor & Destructor Documentation
§ CacheTag()
Member Function Documentation
§ deserialize()
| bool HTTPProtocol::CacheTag::deserialize | ( | const QByteArray & | d | ) |
§ plan()
| HTTPProtocol::CacheTag::CachePlan HTTPProtocol::CacheTag::plan | ( | int | maxCacheAge | ) | const |
§ serialize()
Member Data Documentation
§ bytesCached
§ charset
§ etag
§ expireDate
§ file
§ fileUseCount
§ ioMode
| enum CacheIOMode HTTPProtocol::CacheTag::ioMode |
§ lastModifiedDate
§ policy
| KIO::CacheControl HTTPProtocol::CacheTag::policy |
§ servedDate
§ useCache
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:26:25 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:26:25 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.