![]() |
Qt 6.x
The Qt SDK
|
#include <qnetworkaccesscache_p.h>
Public Member Functions | |
CacheableObject () | |
virtual | ~CacheableObject () |
virtual void | dispose ()=0 |
QByteArray | cacheKey () const |
Protected Member Functions | |
void | setExpires (bool enable) |
void | setShareable (bool enable) |
Friends | |
class | QNetworkAccessCache |
Definition at line 40 of file qnetworkaccesscache_p.h.
QNetworkAccessCache::CacheableObject::CacheableObject | ( | ) |
Definition at line 42 of file qnetworkaccesscache.cpp.
|
virtual |
Definition at line 48 of file qnetworkaccesscache.cpp.
References QNetworkAccessCache::hasEntry(), and qWarning.
|
inline |
Definition at line 51 of file qnetworkaccesscache_p.h.
|
pure virtual |
Implemented in QNetworkAccessCachedHttpConnection, and QNetworkAuthenticationCache.
Referenced by QNetworkAccessCache::addEntry(), and QNetworkAccessCache::timerEvent().
|
protected |
Definition at line 57 of file qnetworkaccesscache.cpp.
Referenced by QNetworkAccessCachedHttpConnection::QNetworkAccessCachedHttpConnection(), and QNetworkAuthenticationCache::QNetworkAuthenticationCache().
|
protected |
Definition at line 62 of file qnetworkaccesscache.cpp.
Referenced by QNetworkAccessCachedHttpConnection::QNetworkAccessCachedHttpConnection(), and QNetworkAuthenticationCache::QNetworkAuthenticationCache().
|
friend |
Definition at line 42 of file qnetworkaccesscache_p.h.