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
The documentation for this struct was generated from the following files:
KDE 4.6 API Reference