#include <qnetworkaccesscache_p.h>
Definition at line 77 of file qnetworkaccesscache_p.h.
◆ CacheableObject()
QNetworkAccessCache::CacheableObject::CacheableObject |
( |
| ) |
|
◆ ~CacheableObject()
QNetworkAccessCache::CacheableObject::~CacheableObject |
( |
| ) |
|
|
virtual |
Definition at line 87 of file qnetworkaccesscache.cpp.
91 qWarning() <<
"QNetworkAccessCache: object" << (
void*)
this <<
"key" <<
key 92 <<
"destroyed without being removed from cache first!";
Q_CORE_EXPORT void qWarning(const char *,...)
bool isEmpty() const
Returns true if the byte array has size 0; otherwise returns false.
◆ cacheKey()
QByteArray QNetworkAccessCache::CacheableObject::cacheKey |
( |
| ) |
const |
|
inline |
◆ dispose()
virtual void QNetworkAccessCache::CacheableObject::dispose |
( |
| ) |
|
|
pure virtual |
◆ setExpires()
void QNetworkAccessCache::CacheableObject::setExpires |
( |
bool |
enable | ) |
|
|
protected |
◆ setShareable()
void QNetworkAccessCache::CacheableObject::setShareable |
( |
bool |
enable | ) |
|
|
protected |
◆ QNetworkAccessCache
◆ expires
bool QNetworkAccessCache::CacheableObject::expires |
|
private |
◆ key
QByteArray QNetworkAccessCache::CacheableObject::key |
|
private |
◆ shareable
bool QNetworkAccessCache::CacheableObject::shareable |
|
private |
The documentation for this class was generated from the following files: